Description: Remove unused variables
Author: Richard Laager <rlaager@wiktel.com>
Forwarded: https://sourceforge.net/p/squirrelmail/mailman/message/35526927/
Last-Update: 2017-11-05
--- a/src/main.c
+++ b/src/main.c
@@ -187,9 +187,11 @@
 */
 
 
+#if 0
 static char *sourceRevision = "$Revision: 14647 $";
 static char *sourceVersion = "$Id: main.c 14647 2017-01-27 20:53:57Z pdontthink $";
 static char *sourceAuthor = "$Author: pdontthink $";
+#endif
 
 #define _REENTRANT
 
