From d521f5de96eec4fbce0d8c436a7dce049945d967 Mon Sep 17 00:00:00 2001 From: thurston Date: Mon, 6 Oct 2008 16:42:34 +0000 Subject: [PATCH] removed redundant error check git-svn-id: http://svn.complang.org/ragel/trunk@470 052ea7fc-9027-0410-9066-f65837a77df0 --- ragel/main.cpp | 3 --- 1 file changed, 3 deletions(-) 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 ); -- 2.7.4