Explorar o código

ENH: Remove stray abort

Andy Cedilnik %!s(int64=20) %!d(string=hai) anos
pai
achega
01a78e617a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;