Index: driver/cc1.cc
===================================================================
--- driver/cc1.cc	(revision 850aff17345d3e7433f854ef3f1b65369f8016d8)
+++ driver/cc1.cc	(revision b0d9ff7d1c0e2e2925b14ceb97f88762bde87c64)
@@ -10,6 +10,6 @@
 // Created On       : Fri Aug 26 14:23:51 2005
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jul 21 09:46:24 2021
-// Update Count     : 419
+// Last Modified On : Thu Feb 17 18:04:23 2022
+// Update Count     : 422
 //
 
@@ -61,5 +61,5 @@
 static string __CFA_FLAGPREFIX__( "__CFA_FLAG" );		// "__CFA_FLAG__=" suffix
 
-static void checkEnv1( const char * args[], int & nargs ) { // stage 1
+static void checkEnv1() {								// stage 1
 	extern char ** environ;
 
@@ -155,5 +155,5 @@
 	cerr << "Stage1" << endl;
 	#endif // __DEBUG_H__
-	checkEnv1( args, nargs );							// arguments passed via environment variables
+	checkEnv1();										// arguments passed via environment variables
 	#ifdef __DEBUG_H__
 	for ( int i = 1; i < argc; i += 1 ) {
