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 fea16d20aa47cd8e617cb7ca0b594e1ae1be39af..46a2fe9664635a1b9c963026df847cfb59392696 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
+++ b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
@@ -214,7 +214,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. |