Browse Source

OSXScriptLauncher: remove unused variable

Ben Boeckel 8 years ago
parent
commit
c3304fa510
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/CPack/OSXScriptLauncher.cxx

+ 0 - 1
Source/CPack/OSXScriptLauncher.cxx

@@ -20,7 +20,6 @@
 int main(int argc, char* argv[])
 int main(int argc, char* argv[])
 {
 {
   // if ( cmsys::SystemTools::FileExists(
   // if ( cmsys::SystemTools::FileExists(
-  std::string cwd = cmsys::SystemTools::GetCurrentWorkingDirectory();
   cmsys::ofstream ofs("/tmp/output.txt");
   cmsys::ofstream ofs("/tmp/output.txt");
 
 
   CFStringRef fileName;
   CFStringRef fileName;