Removed leftover TODO

pull/2023/head
David G. Quintas 10 years ago
parent a561ea66ae
commit 62a64307dc
  1. 6
      src/core/transport/stream_op.h

@ -126,10 +126,8 @@ typedef struct grpc_stream_op {
} data; } data;
} grpc_stream_op; } grpc_stream_op;
/* A stream op buffer is a wrapper around stream operations that is dynamically /** A stream op buffer is a wrapper around stream operations that is
extendable. * dynamically extendable. */
TODO(ctiller): inline a few elements into the struct, to avoid common case
per-call allocations. */
typedef struct grpc_stream_op_buffer { typedef struct grpc_stream_op_buffer {
grpc_stream_op *ops; grpc_stream_op *ops;
size_t nops; size_t nops;

Loading…
Cancel
Save