civodul pushed a commit to tag 1.8
in repository guix.
commit 0342eb170500f726f11269d26a1f34cded5d3676
Author: Eelco Dolstra <[email protected]>
Date: Fri Sep 19 15:07:22 2014 +0200
Remove bogus comment
---
src/libutil/util.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/libutil/util.cc b/src/libutil/util.cc
index 80e017a..0729bf6 100644
--- a/src/libutil/util.cc
+++ b/src/libutil/util.cc
@@ -130,7 +130,6 @@ Path canonPath(const Path & path, bool resolveSymlinks)
i = temp.begin(); /* restart */
end = temp.end();
s = "";
- /* !!! potential for infinite loop */
}
}
}