Преглед изворни кода

Remove unused variable to fix an unused var warning

Nur Monson пре 12 година
родитељ
комит
d1da81e202
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      Core/Contents/Source/PolyCocoaCore.mm

+ 0 - 2
Core/Contents/Source/PolyCocoaCore.mm

@@ -229,8 +229,6 @@ String CocoaCore::executeExternalCommand(String command,  String args, String in
 		return "Unable to execute command";
 	}	
 	
-	int fd = fileno(fp);
-	
 	char path[1024];
 	String retString;