Remove UnionsAvailable member from 2 classes

These classes were copied from cmDependsJavaParserHelper that really needs this
member.
This commit is contained in:
Yury G. Kudryashov 2012-02-29 17:44:02 +04:00
parent ac2979e4b3
commit e26657103f
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -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);