aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libutil/util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/util.cc b/src/libutil/util.cc
index 80e017a4f..0729bf647 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 */
}
}
}