mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
cmListFileArgument: Remove FilePath member.
It is now unused.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user