OSXScriptLauncher: remove unused variable

This commit is contained in:
Ben Boeckel
2017-03-01 13:34:07 -05:00
committed by Brad King
parent ebc28c156e
commit c3304fa510

View File

@@ -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;