Remove IncomingWorker

This commit is contained in:
2021-08-05 23:58:23 +02:00
parent c885c03130
commit 1144e97045
2 changed files with 26 additions and 37 deletions
-2
View File
@@ -58,8 +58,6 @@ func main() {
go filesMap.HashingWorker(&wg)
}
go filesMap.IncomingWorker()
go filesMap.HashedWorker(done)
countFiles = filesMap.WalkDirectories()