Browse Source

[1626] remove wrong comment line

Jelte Jansen 13 years ago
parent
commit
9f4292fa5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/cc/data.cc

+ 0 - 1
src/lib/cc/data.cc

@@ -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