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/cmVariableWatchCommand.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/cmVariableWatchCommand.cxx')
-rw-r--r-- | Source/cmVariableWatchCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVariableWatchCommand.cxx b/Source/cmVariableWatchCommand.cxx index 6521c04..98a397c 100644 --- a/Source/cmVariableWatchCommand.cxx +++ b/Source/cmVariableWatchCommand.cxx @@ -63,7 +63,6 @@ static void cmVariableWatchCommandVariableAccessed( cmListFileArgument(stack, cmListFileArgument::Quoted, 9999)); newLFF.Name = data->Command; - newLFF.FilePath = "unknown"; newLFF.Line = 9999; cmExecutionStatus status; if(!makefile->ExecuteCommand(newLFF,status)) |