Merge topic 'remove-unused-members'
aef248a Remove cmExprParserHelper::SetLineFile() e266571 Remove UnionsAvailable member from 2 classes
This commit is contained in:
commit
7fbd323f80
@ -81,7 +81,6 @@ private:
|
|||||||
cmStdString InputBuffer;
|
cmStdString InputBuffer;
|
||||||
std::vector<char> OutputBuffer;
|
std::vector<char> OutputBuffer;
|
||||||
int CurrentLine;
|
int CurrentLine;
|
||||||
int UnionsAvailable;
|
|
||||||
int Verbose;
|
int Verbose;
|
||||||
|
|
||||||
void Print(const char* place, const char* str);
|
void Print(const char* place, const char* str);
|
||||||
|
@ -30,12 +30,6 @@ cmExprParserHelper::~cmExprParserHelper()
|
|||||||
this->CleanupParser();
|
this->CleanupParser();
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmExprParserHelper::SetLineFile(long line, const char* file)
|
|
||||||
{
|
|
||||||
this->FileLine = line;
|
|
||||||
this->FileName = file;
|
|
||||||
}
|
|
||||||
|
|
||||||
int cmExprParserHelper::ParseString(const char* str, int verb)
|
int cmExprParserHelper::ParseString(const char* str, int verb)
|
||||||
{
|
{
|
||||||
if ( !str)
|
if ( !str)
|
||||||
|
@ -46,8 +46,6 @@ public:
|
|||||||
|
|
||||||
int GetResult() { return this->Result; }
|
int GetResult() { return this->Result; }
|
||||||
|
|
||||||
void SetLineFile(long line, const char* file);
|
|
||||||
|
|
||||||
const char* GetError() { return this->ErrorString.c_str(); }
|
const char* GetError() { return this->ErrorString.c_str(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -55,7 +53,6 @@ private:
|
|||||||
cmStdString InputBuffer;
|
cmStdString InputBuffer;
|
||||||
std::vector<char> OutputBuffer;
|
std::vector<char> OutputBuffer;
|
||||||
int CurrentLine;
|
int CurrentLine;
|
||||||
int UnionsAvailable;
|
|
||||||
int Verbose;
|
int Verbose;
|
||||||
|
|
||||||
void Print(const char* place, const char* str);
|
void Print(const char* place, const char* str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user