aboutsummaryrefslogtreecommitdiff
path: root/internal/exec/tsch/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exec/tsch/module.go')
-rw-r--r--internal/exec/tsch/module.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/exec/tsch/module.go b/internal/exec/tsch/module.go
index 8e31840..6e379a7 100644
--- a/internal/exec/tsch/module.go
+++ b/internal/exec/tsch/module.go
@@ -11,8 +11,6 @@ type Module struct {
dce dcerpc.Conn
// tsch holds the ITaskSchedulerService client
tsch itaskschedulerservice.TaskSchedulerServiceClient
- // createdTasks holds any tasks that are created - for cleanup
- createdTasks []string
}
type MethodRegisterConfig struct {