diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-10-25 17:04:35 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-10-25 17:04:35 -0700 |
commit | 39aed1ae8bd0f7584ded63e2c90cb506da40c48d (patch) | |
tree | 2634fa34138b7bcfa889dcf5cac74f1cdb8516a0 /test/core/tsi | |
parent | af922468dd54023d221c9683209f5cda4c951a93 (diff) |
Remove unnecessary extern Cs
Diffstat (limited to 'test/core/tsi')
-rw-r--r-- | test/core/tsi/transport_security_test_lib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/core/tsi/transport_security_test_lib.h b/test/core/tsi/transport_security_test_lib.h index ed8ff856df..1a04c1f074 100644 --- a/test/core/tsi/transport_security_test_lib.h +++ b/test/core/tsi/transport_security_test_lib.h @@ -21,10 +21,6 @@ #include "src/core/tsi/transport_security_interface.h" -#ifdef __cplusplus -extern "C" { -#endif - #define TSI_TEST_TINY_HANDSHAKE_BUFFER_SIZE 32 #define TSI_TEST_SMALL_HANDSHAKE_BUFFER_SIZE 128 #define TSI_TEST_SMALL_READ_BUFFER_ALLOCATED_SIZE 41 @@ -173,8 +169,4 @@ void tsi_test_do_handshake(tsi_test_fixture *fixture); the client and server switching its role. */ void tsi_test_do_round_trip(tsi_test_fixture *fixture); -#ifdef __cplusplus -} -#endif - #endif // GRPC_TEST_CORE_TSI_TRANSPORT_SECURITY_TEST_LIB_H_ |