Index: testing/iossim/iossim.mm |
diff --git a/testing/iossim/iossim.mm b/testing/iossim/iossim.mm |
index 68d9aedb6d0cac3237f31de9bc3554d80f0a45d2..3910ba5d60435911f03d6f28d9aff61637d0a091 100644 |
--- a/testing/iossim/iossim.mm |
+++ b/testing/iossim/iossim.mm |
@@ -28,15 +28,9 @@ |
#import "DVTFoundation.h" |
#endif // IOSSIM_USE_XCODE_6 |
-@protocol OS_dispatch_queue |
-@end |
-@protocol OS_dispatch_source |
-@end |
// TODO(lliabraa): Once all builders are on Xcode 6 this ifdef can be removed |
// (crbug.com/385030). |
#if defined(IOSSIM_USE_XCODE_6) |
-@protocol OS_xpc_object |
-@end |
@protocol SimBridge; |
@class SimDeviceSet; |
@class SimDeviceType; |