diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-19 15:07:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 17:33:22 +0200 |
commit | e74390a16f74233283572661f64ed4f03ae1650d (patch) | |
tree | efdb203a3fcb3df6e2812eda55bb358a8577c7e4 | |
parent | e63c8aaa0511d1d0a5487c45dec9f8cbd66b4cc6 (diff) | |
download | guix-e74390a16f74233283572661f64ed4f03ae1650d.tar.gz |
Remove bogus comment
-rw-r--r-- | nix/libutil/util.cc | 1 |
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 */ } } } |