* src/vm/vm.c (XXusage): Commented. We don't use it anymore but we
authortwisti <none@none>
Thu, 16 Aug 2007 17:57:27 +0000 (17:57 +0000)
committertwisti <none@none>
Thu, 16 Aug 2007 17:57:27 +0000 (17:57 +0000)
keep it to know which switches still need to be converted.

src/vm/vm.c

index 4cf4384cb442d33f5757e8327dfac7a16f7b6d5f..63cc936132fd41243c8c0256b2167a6c5d588d5a 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: vm.c 8328 2007-08-16 17:56:19Z twisti $
+   $Id: vm.c 8329 2007-08-16 17:57:27Z twisti $
 
 */
 
@@ -532,6 +532,7 @@ static void Xusage(void)
 }   
 
 
+#if 0
 static void XXusage(void)
 {
        puts("    -v                       write state-information");
@@ -610,6 +611,7 @@ static void XXusage(void)
 
        exit(1);
 }
+#endif
 
 
 /* version *********************************************************************