Skip to content

Commit

Permalink
fix unreachable code reported by go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Feb 11, 2015
1 parent 433face commit 5521da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion watcher_readdcw.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ func (r *readdcw) RecursiveRewatch(oldpath, newpath string, oldevent,
default:
return r.rewatch(newpath, uint32(oldevent), uint32(newevent), true)
}
return nil
}

// TODO : (pknap) doc.
Expand Down

0 comments on commit 5521da4

Please sign in to comment.