From: thurston Date: Mon, 6 Oct 2008 16:42:34 +0000 (+0000) Subject: removed redundant error check X-Git-Tag: 2.0_alpha~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d521f5de96eec4fbce0d8c436a7dce049945d967;p=external%2Fragel.git removed redundant error check git-svn-id: http://svn.complang.org/ragel/trunk@470 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/ragel/main.cpp b/ragel/main.cpp index 1e7ccc0..9cef28b 100644 --- a/ragel/main.cpp +++ b/ragel/main.cpp @@ -476,9 +476,6 @@ void process( const char *inputFileName, const char *intermed ) if ( machineSpec == 0 && machineName == 0 ) hostData << "\n"; - if ( gblErrorCount > 0 ) - exit(1); - /* Open the XML file for writing. */ ostream *xmlOutFile = new ofstream( xmlFileName );