# HG changeset patch # User Mikael Berthe # Date 1403972493 -7200 # Node ID a8aa9e54bce4b1749556ede2e6bfa0d23544d67e # Parent a5642cd03cef75b3df99ea354f68e777e546678c Remove useless optimization diff -r a5642cd03cef -r a8aa9e54bce4 goduf.go --- a/goduf.go Sat Jun 28 14:03:08 2014 +0200 +++ b/goduf.go Sat Jun 28 18:21:33 2014 +0200 @@ -420,9 +420,6 @@ var hardlinksFound bool - // Sort by device/inodes - sort.Sort(ByInode(sizeGroup.files)) - // Check for hardlinks // TODO: what about symlinks? // Remove unique dev/inodes