X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fpj2if.cpp;h=d55b0e1b9a85b8d46a78cdc11284da46cfa1d397;hb=a2bb680d159717dbd81e3ad179cb28adbf3a3e9a;hp=29907f59e5d903a2ee24643b8a38629737677fc7;hpb=065c60e43bbd0649f42fde5351dc073f59b3aa28;p=ctsim.git diff --git a/tools/pj2if.cpp b/tools/pj2if.cpp index 29907f5..d55b0e1 100644 --- a/tools/pj2if.cpp +++ b/tools/pj2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pj2if.cpp,v 1.8 2001/01/16 20:55:29 kevin Exp $ +** $Id$ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -47,7 +47,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pj2if.cpp,v 1.8 2001/01/16 20:55:29 kevin Exp $"; +static const char* g_szIdStr = "$Id$"; void pj2if_usage (const char *program) @@ -66,7 +66,6 @@ pj2if_main (const int argc, char *const argv[]) { char *pj_name, *im_name; bool optVerbose = false; - bool optDump = false; extern int optind; Timer timerProgram;