mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Remove UnionsAvailable member from 2 classes
These classes were copied from cmDependsJavaParserHelper that really needs this member.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user