diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-04 11:12:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-06 15:22:41 (GMT) |
commit | 238aac23514ecdae0d4edb71033e443f30e94158 (patch) | |
tree | 5cf049d75078016e4c7504689e2623e51738d99d /Source/cmMacroCommand.cxx | |
parent | 329098a9a0e81e67bd760f53811cce582a3ebdcd (diff) | |
download | CMake-238aac23514ecdae0d4edb71033e443f30e94158.zip CMake-238aac23514ecdae0d4edb71033e443f30e94158.tar.gz CMake-238aac23514ecdae0d4edb71033e443f30e94158.tar.bz2 |
cmListFile: Remove FilePath member from cmListFileContext.
There is no need to store the FilePath for every function, as it is
known by other means.
Diffstat (limited to 'Source/cmMacroCommand.cxx')
-rw-r--r-- | Source/cmMacroCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx index 3c2117b..6d3054a 100644 --- a/Source/cmMacroCommand.cxx +++ b/Source/cmMacroCommand.cxx @@ -132,7 +132,6 @@ bool cmMacroHelperCommand::InvokeInitialPass newLFF.Arguments.clear(); newLFF.Arguments.reserve(this->Functions[c].Arguments.size()); newLFF.Name = this->Functions[c].Name; - newLFF.FilePath = this->Functions[c].FilePath; newLFF.Line = this->Functions[c].Line; // for each argument of the current function |