Skip to content

Commit aadf0c7

Browse files
committed
Remove redundant code
1 parent 049d033 commit aadf0c7

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

processor/processor.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ var FileOutput = ""
156156
// PathDenyList sets the paths that should be skipped
157157
var PathDenyList = []string{}
158158

159-
// DirectoryWalkerJobWorkers is the number of workers which will walk the directory tree
160-
var DirectoryWalkerJobWorkers = runtime.NumCPU()
161-
162159
// FileListQueueSize is the queue of files found and ready to be read into memory
163160
var FileListQueueSize = runtime.NumCPU()
164161

processor/processor_unix.go

Lines changed: 0 additions & 69 deletions
This file was deleted.

processor/processor_unix_test.go

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)