Просмотр исходного кода

Remove unused variable to fix an unused var warning

Nur Monson 12 лет назад
Родитель
Сommit
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;