Remove unneeded and incorrect forward reference

pull/23897/head
Vijay Pai 4 years ago committed by GitHub
parent a7a30b6935
commit 96b948b5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/lib/iomgr/endpoint.h

@ -35,7 +35,6 @@
typedef struct grpc_endpoint grpc_endpoint;
typedef struct grpc_endpoint_vtable grpc_endpoint_vtable;
class Timestamps;
struct grpc_endpoint_vtable {
void (*read)(grpc_endpoint* ep, grpc_slice_buffer* slices, grpc_closure* cb,

Loading…
Cancel
Save