Chromium Code Reviews| Index: import/mac/collada_conditioner_mac.mm |
| =================================================================== |
| --- import/mac/collada_conditioner_mac.mm (revision 21208) |
| +++ import/mac/collada_conditioner_mac.mm (working copy) |
| @@ -99,7 +99,7 @@ |
| NSPipe *pipe = [NSPipe pipe]; |
| [task setStandardOutput:pipe]; |
| [task launch]; |
| - NSData *data = [[pipe fileHandleForReading] readDataToEndOfFile]; |
| + [[pipe fileHandleForReading] readDataToEndOfFile]; |
| return true; |
| } |
| } // end namespace o3d |