From: Kevin M. Rosenberg Date: Tue, 16 Jan 2001 23:47:29 +0000 (+0000) Subject: r405: pj2if.cpp X-Git-Tag: debian-4.5.3-3~612 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=9a98f03976bd02f28c96162dc6c0c701995c128d r405: pj2if.cpp --- diff --git a/tools/pj2if.cpp b/tools/pj2if.cpp index 29907f5..9d194c4 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: pj2if.cpp,v 1.9 2001/01/16 23:47:29 kevin Exp $ ** ** 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: pj2if.cpp,v 1.9 2001/01/16 23:47:29 kevin Exp $"; 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;