Index: webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
diff --git a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
index 089901efda60b6726f77aff9a174425f50c3b339..9e305b2b394226a41c1bff79dc6185d939b357cf 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
+++ b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
@@ -215,7 +215,6 @@ static NSUInteger const kBottomViewHeight = 200; |
[_scrollView setDocumentView:_logView]; |
[self addSubview:_scrollView]; |
- |
// NOTE (daniela): Ignoring Clang diagonstic here. |
// We're performing run time check to make sure class is available on runtime. |
// If not we're providing sensible default. |