COMP: Remove unused argument.
This commit is contained in:
parent
c3fed205e9
commit
e25dd3b903
@ -1251,7 +1251,7 @@ bool cmFileCommand::HandleInstallCommand(std::vector<std::string> const& args)
|
|||||||
optional);
|
optional);
|
||||||
if (result == true)
|
if (result == true)
|
||||||
{
|
{
|
||||||
result = this->DoInstall(installer, properties,
|
result = this->DoInstall(installer,
|
||||||
itype, rename, destination, files, optional);
|
itype, rename, destination, files, optional);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
@ -1572,7 +1572,6 @@ bool cmFileCommand::ParseInstallArgs(std::vector<std::string> const& args,
|
|||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
bool cmFileCommand::DoInstall( cmFileInstaller& installer,
|
bool cmFileCommand::DoInstall( cmFileInstaller& installer,
|
||||||
std::map<cmStdString, const char*>& properties,
|
|
||||||
const int itype,
|
const int itype,
|
||||||
const std::string& rename,
|
const std::string& rename,
|
||||||
const std::string& destination,
|
const std::string& destination,
|
||||||
|
@ -172,7 +172,6 @@ protected:
|
|||||||
bool& optional
|
bool& optional
|
||||||
);
|
);
|
||||||
bool DoInstall(cmFileInstaller& installer,
|
bool DoInstall(cmFileInstaller& installer,
|
||||||
std::map<cmStdString, const char*>& properties,
|
|
||||||
const int itype,
|
const int itype,
|
||||||
const std::string& rename,
|
const std::string& rename,
|
||||||
const std::string& destination,
|
const std::string& destination,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user