Browse Source

ENH: Remove stray abort

Andy Cedilnik 20 years ago
parent
commit
01a78e617a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmCommandArgumentParserHelper.cxx

+ 0 - 1
Source/cmCommandArgumentParserHelper.cxx

@@ -190,7 +190,6 @@ bool cmCommandArgumentParserHelper::HandleEscapeSymbol(cmCommandArgumentParserHe
     buffer[0] = symbol;
     buffer[1] = 0;
     cmSystemTools::Error("Invalid escape sequence \\", buffer);
-    abort();
     return false;
     }
   return true;