소스 검색

OSXScriptLauncher: remove unused variable

Ben Boeckel 8 년 전
부모
커밋
c3304fa510
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Source/CPack/OSXScriptLauncher.cxx

+ 0 - 1
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;