Remove unused variables

This commit is contained in:
eap 2010-08-09 08:37:24 +00:00
parent 758a69ebf0
commit c3ab4d469d
3 changed files with 0 additions and 20 deletions

View File

@ -30,13 +30,6 @@ using namespace std;
using namespace UNV;
using namespace UNV2417;
#ifdef _DEBUG_
static int MYDEBUG = 0;
#else
static int MYDEBUG = 0;
#endif
static string _group_labels[] = {"2417", "2429", "2430", "2432",
"2435", "2452", "2467", "2477"};
#define NBGROUP 8

View File

@ -29,13 +29,6 @@
using namespace std;
#ifdef DEBUG
static int MYDEBUG = 1;
#else
static int MYDEBUG = 0;
#endif
void ReadMed(const char* theFileName){
std::ifstream in_stream(theFileName);

View File

@ -24,12 +24,6 @@
using namespace std;
#ifdef _DEBUG_
static int MYDEBUG = 1;
#else
static int MYDEBUG = 0;
#endif
int UNV::PrefixPrinter::myCounter = 0;