mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
Remove cmExprParserHelper::SetLineFile()
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user