Remove cmExprParserHelper::SetLineFile()
This commit is contained in:
parent
e26657103f
commit
aef248a4ff
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user