summaryrefslogtreecommitdiff
path: root/deps/gyp/test/ios/extension/ExtensionContainer/ViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/ios/extension/ExtensionContainer/ViewController.m')
-rw-r--r--deps/gyp/test/ios/extension/ExtensionContainer/ViewController.m24
1 files changed, 0 insertions, 24 deletions
diff --git a/deps/gyp/test/ios/extension/ExtensionContainer/ViewController.m b/deps/gyp/test/ios/extension/ExtensionContainer/ViewController.m
deleted file mode 100644
index 3810fa9cba..0000000000
--- a/deps/gyp/test/ios/extension/ExtensionContainer/ViewController.m
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2014 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#import "ViewController.h"
-
-@interface ViewController ()
-
-
-@end
-
-@implementation ViewController
-
-- (void)viewDidLoad {
- [super viewDidLoad];
- // Do any additional setup after loading the view, typically from a nib.
-}
-
-- (void)didReceiveMemoryWarning {
- [super didReceiveMemoryWarning];
- // Dispose of any resources that can be recreated.
-}
-
-@end