aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-25 17:04:35 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-25 17:04:35 -0700
commit39aed1ae8bd0f7584ded63e2c90cb506da40c48d (patch)
tree2634fa34138b7bcfa889dcf5cac74f1cdb8516a0 /test/cpp/interop
parentaf922468dd54023d221c9683209f5cda4c951a93 (diff)
Remove unnecessary extern Cs
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/interop_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/interop/interop_test.cc b/test/cpp/interop/interop_test.cc
index c18fe1ec1f..1bf0d8d10f 100644
--- a/test/cpp/interop/interop_test.cc
+++ b/test/cpp/interop/interop_test.cc
@@ -37,10 +37,8 @@
#include "test/core/util/port.h"
#include "test/cpp/util/test_config.h"
-extern "C" {
#include "src/core/lib/iomgr/socket_utils_posix.h"
#include "src/core/lib/support/string.h"
-}
DEFINE_string(extra_server_flags, "", "Extra flags to pass to server.");