Skip to content

Commit

Permalink
ghokin : remove useless lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed May 15, 2022
1 parent 6864899 commit 70eb60b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ghokin/file_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ func (f FileManager) processPath(path string, extensions []string, processFile f

close(fc)
wg.Wait()
mu.Lock()
defer mu.Unlock()

return errors
}
Expand Down

0 comments on commit 70eb60b

Please sign in to comment.