diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-02-29 17:56:13 (GMT) |
---|---|---|
committer | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-03-03 11:11:09 (GMT) |
commit | aef248a4ff675aeb4af6aa44322bed76f4bcf990 (patch) | |
tree | 362b0373875f092485b43c2b8756b619bed20618 /Source/cmExprParserHelper.cxx | |
parent | e26657103fa95b2a898e438ec6eb982a3c0bf3cc (diff) | |
download | CMake-aef248a4ff675aeb4af6aa44322bed76f4bcf990.zip CMake-aef248a4ff675aeb4af6aa44322bed76f4bcf990.tar.gz CMake-aef248a4ff675aeb4af6aa44322bed76f4bcf990.tar.bz2 |
Remove cmExprParserHelper::SetLineFile()
Diffstat (limited to 'Source/cmExprParserHelper.cxx')
-rw-r--r-- | Source/cmExprParserHelper.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmExprParserHelper.cxx b/Source/cmExprParserHelper.cxx index ee37352..7728d74 100644 --- a/Source/cmExprParserHelper.cxx +++ b/Source/cmExprParserHelper.cxx @@ -30,12 +30,6 @@ cmExprParserHelper::~cmExprParserHelper() this->CleanupParser(); } -void cmExprParserHelper::SetLineFile(long line, const char* file) -{ - this->FileLine = line; - this->FileName = file; -} - int cmExprParserHelper::ParseString(const char* str, int verb) { if ( !str) |