summaryrefslogtreecommitdiff
path: root/Source/cmVariableWatchCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-04 13:12:50 +0200
committerBrad King <brad.king@kitware.com>2015-07-06 11:22:41 -0400
commit238aac23514ecdae0d4edb71033e443f30e94158 (patch)
tree5cf049d75078016e4c7504689e2623e51738d99d /Source/cmVariableWatchCommand.cxx
parent329098a9a0e81e67bd760f53811cce582a3ebdcd (diff)
downloadcmake-238aac23514ecdae0d4edb71033e443f30e94158.tar.gz
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.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVariableWatchCommand.cxx b/Source/cmVariableWatchCommand.cxx
index 6521c04c2f..98a397cf2b 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))