Salome HOME
Remove unused variables
authoreap <eap@opencascade.com>
Mon, 9 Aug 2010 08:37:24 +0000 (08:37 +0000)
committereap <eap@opencascade.com>
Mon, 9 Aug 2010 08:37:24 +0000 (08:37 +0000)
src/DriverUNV/UNV2417_Structure.cxx
src/DriverUNV/UNV_Test.cxx
src/DriverUNV/UNV_Utilities.cxx

index 0f7313b76d8b995aeb25f7f22442fc2ff28aadd8..822e22470065fe8fe18bde48e8077a514f87a9ba 100644 (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
index 55964109a526683e746c73e386a8f98afd16b561..2953633807ed8ba72c843cd272c88d17e0e40815 100644 (file)
 
 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);
 
index 7a23dfd767d14f15f99c5034bd8edf23369c5556..4cd3a41678863daad86ec5ba21956c587c2a1e3b 100644 (file)
 
 using namespace std;
 
-#ifdef _DEBUG_
-static int MYDEBUG = 1;
-#else
-static int MYDEBUG = 0;
-#endif
-
 
 int UNV::PrefixPrinter::myCounter = 0;