| Index: webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m
|
| index 20e6c274c1a1ca0157aefbe993ea466be53875f0..dd3f192185fab6c423270fcc477a38f28ef0a787 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m
|
| +++ b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m
|
| @@ -8,10 +8,6 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| -#error "This file requires ARC support."
|
| -#endif
|
| -
|
| #import "APPRTCAppDelegate.h"
|
| #import "APPRTCViewController.h"
|
| #import "WebRTC/RTCSSLAdapter.h"
|
|
|