From e74390a16f74233283572661f64ed4f03ae1650d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Sep 2014 15:07:22 +0200 Subject: [PATCH] Remove bogus comment --- nix/libutil/util.cc | 1 - 1 file changed, 1 deletion(-) 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 */ } } }