Remove the bad file descriptor #warning since that was likely caused by calling standardOutput via dot notation on NSTask and this is fixed now.

This commit is contained in:
André Berg
2010-03-24 07:08:01 +01:00
parent d276c5eac4
commit eb23f421a2
-1
View File
@@ -106,7 +106,6 @@
NSFileHandle* handle = [[task standardOutput] fileHandleForReading];
[task launch];
#warning This can cause a "Bad file descriptor"... when?
NSData *data;
@try {
data = [handle readDataToEndOfFile];