Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Sep 30, 2024
1 parent 049d033 commit aadf0c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 96 deletions.
3 changes: 0 additions & 3 deletions processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ var FileOutput = ""
// PathDenyList sets the paths that should be skipped
var PathDenyList = []string{}

// DirectoryWalkerJobWorkers is the number of workers which will walk the directory tree
var DirectoryWalkerJobWorkers = runtime.NumCPU()

// FileListQueueSize is the queue of files found and ready to be read into memory
var FileListQueueSize = runtime.NumCPU()

Expand Down
69 changes: 0 additions & 69 deletions processor/processor_unix.go

This file was deleted.

24 changes: 0 additions & 24 deletions processor/processor_unix_test.go

This file was deleted.

0 comments on commit aadf0c7

Please sign in to comment.