summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-19 15:07:22 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-11 17:33:22 +0200
commite74390a16f74233283572661f64ed4f03ae1650d (patch)
treeefdb203a3fcb3df6e2812eda55bb358a8577c7e4
parente63c8aaa0511d1d0a5487c45dec9f8cbd66b4cc6 (diff)
downloadguix-e74390a16f74233283572661f64ed4f03ae1650d.tar.gz
Remove bogus comment
-rw-r--r--nix/libutil/util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/libutil/util.cc b/nix/libutil/util.cc
index 22f49f76d5..54b9eb82d6 100644
--- a/nix/libutil/util.cc
+++ b/nix/libutil/util.cc
@@ -126,7 +126,6 @@ Path canonPath(const Path & path, bool resolveSymlinks)
                 i = temp.begin(); /* restart */
                 end = temp.end();
                 s = "";
-                /* !!! potential for infinite loop */
             }
         }
     }