Remove cmExprParserHelper::SetLineFile()

This commit is contained in:
Yury G. Kudryashov
2012-02-29 21:56:13 +04:00
parent e26657103f
commit aef248a4ff
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -46,8 +46,6 @@ public:
int GetResult() { return this->Result; }
void SetLineFile(long line, const char* file);
const char* GetError() { return this->ErrorString.c_str(); }
private: