diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-19T13·07+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-19T13·07+0200 |
commit | 0342eb170500f726f11269d26a1f34cded5d3676 (patch) | |
tree | ce81ac8cd9e6d5e0704b7633e32d7b77289e6921 | |
parent | 726abdecfb75227c8e12d2689db62fd5ffc770f5 (diff) |
Remove bogus comment
-rw-r--r-- | 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 80e017a4f197..0729bf64700a 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 */ } } } |