summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2017-03-01 18:34:07 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-06 15:37:41 (GMT)
commitc3304fa510fa0dba380190cfb775be2fafcd8527 (patch)
tree2e7c417e0274a2957a983293b4c3043b8bf9ea45 /Source/CPack
parentebc28c156ee56c878990c53cbd62779249b139bb (diff)
downloadCMake-c3304fa510fa0dba380190cfb775be2fafcd8527.zip
CMake-c3304fa510fa0dba380190cfb775be2fafcd8527.tar.gz
CMake-c3304fa510fa0dba380190cfb775be2fafcd8527.tar.bz2
OSXScriptLauncher: remove unused variable
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/OSXScriptLauncher.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/OSXScriptLauncher.cxx b/Source/CPack/OSXScriptLauncher.cxx
index b159e64..aeabde9 100644
--- a/Source/CPack/OSXScriptLauncher.cxx
+++ b/Source/CPack/OSXScriptLauncher.cxx
@@ -20,7 +20,6 @@
int main(int argc, char* argv[])
{
// if ( cmsys::SystemTools::FileExists(
- std::string cwd = cmsys::SystemTools::GetCurrentWorkingDirectory();
cmsys::ofstream ofs("/tmp/output.txt");
CFStringRef fileName;