summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-07-02 20:04:15 (GMT)
committerBrad King <brad.king@kitware.com>2007-07-02 20:04:15 (GMT)
commite25dd3b903ab11de6b53e63390cdb3f39fd29df1 (patch)
treedeb126e033791af637d0e37336c3cd142531be29 /Source/cmFileCommand.h
parentc3fed205e9d69cd53abce314aa049b681002d693 (diff)
downloadCMake-e25dd3b903ab11de6b53e63390cdb3f39fd29df1.zip
CMake-e25dd3b903ab11de6b53e63390cdb3f39fd29df1.tar.gz
CMake-e25dd3b903ab11de6b53e63390cdb3f39fd29df1.tar.bz2
COMP: Remove unused argument.
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r--Source/cmFileCommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h
index 501a8c3..c779cf3 100644
--- a/Source/cmFileCommand.h
+++ b/Source/cmFileCommand.h
@@ -172,7 +172,6 @@ protected:
bool& optional
);
bool DoInstall(cmFileInstaller& installer,
- std::map<cmStdString, const char*>& properties,
const int itype,
const std::string& rename,
const std::string& destination,