瀏覽代碼

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;