mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-15 21:21:21 +05:00
Remove unused variables
This commit is contained in:
parent
758a69ebf0
commit
c3ab4d469d
@ -30,13 +30,6 @@ using namespace std;
|
|||||||
using namespace UNV;
|
using namespace UNV;
|
||||||
using namespace UNV2417;
|
using namespace UNV2417;
|
||||||
|
|
||||||
#ifdef _DEBUG_
|
|
||||||
static int MYDEBUG = 0;
|
|
||||||
#else
|
|
||||||
static int MYDEBUG = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
static string _group_labels[] = {"2417", "2429", "2430", "2432",
|
static string _group_labels[] = {"2417", "2429", "2430", "2432",
|
||||||
"2435", "2452", "2467", "2477"};
|
"2435", "2452", "2467", "2477"};
|
||||||
#define NBGROUP 8
|
#define NBGROUP 8
|
||||||
|
@ -29,13 +29,6 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
static int MYDEBUG = 1;
|
|
||||||
#else
|
|
||||||
static int MYDEBUG = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
void ReadMed(const char* theFileName){
|
void ReadMed(const char* theFileName){
|
||||||
std::ifstream in_stream(theFileName);
|
std::ifstream in_stream(theFileName);
|
||||||
|
|
||||||
|
@ -24,12 +24,6 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#ifdef _DEBUG_
|
|
||||||
static int MYDEBUG = 1;
|
|
||||||
#else
|
|
||||||
static int MYDEBUG = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
int UNV::PrefixPrinter::myCounter = 0;
|
int UNV::PrefixPrinter::myCounter = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user