diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-03-01 18:34:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-06 15:37:41 (GMT) |
commit | c3304fa510fa0dba380190cfb775be2fafcd8527 (patch) | |
tree | 2e7c417e0274a2957a983293b4c3043b8bf9ea45 /Source/CPack | |
parent | ebc28c156ee56c878990c53cbd62779249b139bb (diff) | |
download | CMake-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.cxx | 1 |
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; |