aboutsummaryrefslogtreecommitdiff
path: root/internal/exec/tsch/module.go
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-09 12:26:05 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-09 12:26:05 -0500
commitc6460b19bd834875b00f199390e6121d5bdfba7e (patch)
tree11cf6c9c3ddbdf694547cea50c2375d2b6d0df7c /internal/exec/tsch/module.go
parent8099a1d45007ba86f353647bf2a3f09d0cfc73a7 (diff)
downloadgoexec-c6460b19bd834875b00f199390e6121d5bdfba7e.tar.gz
goexec-c6460b19bd834875b00f199390e6121d5bdfba7e.zip
massively improved SCMR module + new DCE client
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 {