aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/transport_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/transport/transport_impl.h')
-rw-r--r--src/core/lib/transport/transport_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/transport/transport_impl.h b/src/core/lib/transport/transport_impl.h
index 5dedc25707..46be61427e 100644
--- a/src/core/lib/transport/transport_impl.h
+++ b/src/core/lib/transport/transport_impl.h
@@ -21,8 +21,6 @@
#include "src/core/lib/transport/transport.h"
-
-
typedef struct grpc_transport_vtable {
/* Memory required for a single stream element - this is allocated by upper
layers and initialized by the transport */
@@ -71,6 +69,4 @@ struct grpc_transport {
const grpc_transport_vtable* vtable;
};
-
-
#endif /* GRPC_CORE_LIB_TRANSPORT_TRANSPORT_IMPL_H */