Remove UnionsAvailable member from 2 classes
These classes were copied from cmDependsJavaParserHelper that really needs this member.
This commit is contained in:
parent
ac2979e4b3
commit
e26657103f
|
@ -81,7 +81,6 @@ private:
|
|||
cmStdString InputBuffer;
|
||||
std::vector<char> OutputBuffer;
|
||||
int CurrentLine;
|
||||
int UnionsAvailable;
|
||||
int Verbose;
|
||||
|
||||
void Print(const char* place, const char* str);
|
||||
|
|
|
@ -55,7 +55,6 @@ private:
|
|||
cmStdString InputBuffer;
|
||||
std::vector<char> OutputBuffer;
|
||||
int CurrentLine;
|
||||
int UnionsAvailable;
|
||||
int Verbose;
|
||||
|
||||
void Print(const char* place, const char* str);
|
||||
|
|
Loading…
Reference in New Issue