mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
OSXScriptLauncher: remove unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user