Index: libcfa/src/parseconfig.cfa
===================================================================
--- libcfa/src/parseconfig.cfa	(revision 3c124da35812080950d87d93f7fda664f7408539)
+++ libcfa/src/parseconfig.cfa	(revision 26b9e71a2142340701546be03c5d0a2f02c0627f)
@@ -57,11 +57,4 @@
 			parms[posn].value = value;
 		} // for
-
-		if ( numOfParm != Parmnum ) {
-			exit | "Error: file \"" | configFile | "\" is corrupt."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
-		} // if
-		if ( ! comments( in, name ) ) {					// ! eof ?
-			exit | "Error: file \"" | configFile | "\" has extraneous data."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
-		} // if
 	} catch( Open_Failure * ex; ex->istream == &in ) {
 		exit | "Error: could not open input file \"" | configFile | "\""; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
