]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1626] remove wrong comment line
authorJelte Jansen <jelte@isc.org>
Thu, 29 Mar 2012 16:07:50 +0000 (18:07 +0200)
committerJelte Jansen <jelte@isc.org>
Thu, 29 Mar 2012 16:07:50 +0000 (18:07 +0200)
src/lib/cc/data.cc

index 74f151466754017d9b580e93789b7e43613cc3a3..612dc9c51ea45f7e5d47ab2a05c40f9805ced053 100644 (file)
@@ -317,7 +317,6 @@ str_from_stringstream(std::istream &in, const std::string& file, const int line,
 
     while (c != EOF && c != '"') {
         if (c == '\\') {
-            // next char must be either another \ or "
             // see the spec for allowed escape characters
             if (strchr("\"\\/\b\f\n\r\t", in.peek()) != NULL) {
                 // drop the escape