From: eap Date: Mon, 9 Aug 2010 08:37:24 +0000 (+0000) Subject: Remove unused variables X-Git-Tag: end_translate_resources_09Jul10~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c3ab4d469d58f32afa4ad8ebb87f3433e4022d6f;p=modules%2Fsmesh.git Remove unused variables --- diff --git a/src/DriverUNV/UNV2417_Structure.cxx b/src/DriverUNV/UNV2417_Structure.cxx index 0f7313b76..822e22470 100644 --- a/src/DriverUNV/UNV2417_Structure.cxx +++ b/src/DriverUNV/UNV2417_Structure.cxx @@ -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 diff --git a/src/DriverUNV/UNV_Test.cxx b/src/DriverUNV/UNV_Test.cxx index 55964109a..295363380 100644 --- a/src/DriverUNV/UNV_Test.cxx +++ b/src/DriverUNV/UNV_Test.cxx @@ -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); diff --git a/src/DriverUNV/UNV_Utilities.cxx b/src/DriverUNV/UNV_Utilities.cxx index 7a23dfd76..4cd3a4167 100644 --- a/src/DriverUNV/UNV_Utilities.cxx +++ b/src/DriverUNV/UNV_Utilities.cxx @@ -24,12 +24,6 @@ using namespace std; -#ifdef _DEBUG_ -static int MYDEBUG = 1; -#else -static int MYDEBUG = 0; -#endif - int UNV::PrefixPrinter::myCounter = 0;