diff options
Diffstat (limited to 'plugin/auto/walk.go')
-rw-r--r-- | plugin/auto/walk.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/auto/walk.go b/plugin/auto/walk.go index 993ded408..a50c5d85c 100644 --- a/plugin/auto/walk.go +++ b/plugin/auto/walk.go @@ -12,7 +12,6 @@ import ( // Walk will recursively walk of the file under l.directory and adds the one that match l.re. func (a Auto) Walk() error { - // TODO(miek): should add something so that we don't stomp on each other. toDelete := make(map[string]bool) |