summaryrefslogtreecommitdiffstats
path: root/Source/cmExprParserHelper.h
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-29 17:56:13 (GMT)
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-03 11:11:09 (GMT)
commitaef248a4ff675aeb4af6aa44322bed76f4bcf990 (patch)
tree362b0373875f092485b43c2b8756b619bed20618 /Source/cmExprParserHelper.h
parente26657103fa95b2a898e438ec6eb982a3c0bf3cc (diff)
downloadCMake-aef248a4ff675aeb4af6aa44322bed76f4bcf990.zip
CMake-aef248a4ff675aeb4af6aa44322bed76f4bcf990.tar.gz
CMake-aef248a4ff675aeb4af6aa44322bed76f4bcf990.tar.bz2
Remove cmExprParserHelper::SetLineFile()
Diffstat (limited to 'Source/cmExprParserHelper.h')
-rw-r--r--Source/cmExprParserHelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExprParserHelper.h b/Source/cmExprParserHelper.h
index f3fd4f6..690426d 100644
--- a/Source/cmExprParserHelper.h
+++ b/Source/cmExprParserHelper.h
@@ -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: