cmListFileArgument: Remove FilePath member.

It is now unused.
This commit is contained in:
Stephen Kelly
2015-05-23 23:43:37 +02:00
parent a863c59f70
commit 782657db48
6 changed files with 14 additions and 34 deletions
+1 -2
View File
@@ -426,8 +426,7 @@ int CCONV cmExecuteCommand(void *arg, const char *name,
{
// Assume all arguments are quoted.
lff.Arguments.push_back(
cmListFileArgument(args[i], cmListFileArgument::Quoted,
"[CMake-Plugin]", 0));
cmListFileArgument(args[i], cmListFileArgument::Quoted, 0));
}
cmExecutionStatus status;
return mf->ExecuteCommand(lff,status);