chiark / gitweb /
giant reorg abolishes TrainNum most of the time; working on making it build
[trains.git] / hostside / main.c
index 6ea07ec49bd17d2fbcae3c2f91434b3c9d0b9703..1a8ffbd16c3ab2b6e63d3ec18c5ed04e03068733 100644 (file)
@@ -30,10 +30,6 @@ static Nmra buf;
 void die_hook(void) { }
 void die_vprintf_hook(const char *fmt, va_list al) { }
 
-static void badusage(const char *why) {
-  fprintf(stderr,"bad usage: %s\n",why); exit(8);
-}
-
 static void pahex(const char **argv) {
   const char *data_string;
   char hbuf[3], *ep;