aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-07-08 16:39:37 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-07-08 16:39:37 -0700
commit027ae0b4eba2e65d8b4a6e4ff0005d1ac8836689 (patch)
tree973673fc4735c17fc05d433b3fbf59ea751fff28
parent77f8da22eefedbb49c13a414ab3ff748137e93d5 (diff)
removed unneeded import. fixes travis build
-rw-r--r--src/objective-c/tests/InteropTests.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index a2f63ac40c..494743d604 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -40,7 +40,6 @@
#import <GRPCClient/GRPCCall+Tests.h>
#import <GRPCClient/GRPCCall+Cronet.h>
#import <ProtoRPC/ProtoRPC.h>
-#import <RemoteTest/Empty.pbobjc.h>
#import <RemoteTest/Messages.pbobjc.h>
#import <RemoteTest/Test.pbobjc.h>
#import <RemoteTest/Test.pbrpc.h>