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 9d36d9b2bed146186be1e5e81863149020cc4044..c23e0d59cd234e962fe00c1fa6dfc86789f6fd9b 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
+++ b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
@@ -216,7 +216,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. |