From 62a64307dcaabc5d8801a7eaf6980a58a8227ffe Mon Sep 17 00:00:00 2001 From: "David G. Quintas" Date: Tue, 9 Jun 2015 18:06:17 -0700 Subject: [PATCH] Removed leftover TODO --- src/core/transport/stream_op.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/core/transport/stream_op.h b/src/core/transport/stream_op.h index 95497a3cc8e..54965042292 100644 --- a/src/core/transport/stream_op.h +++ b/src/core/transport/stream_op.h @@ -126,10 +126,8 @@ typedef struct grpc_stream_op { } data; } grpc_stream_op; -/* A stream op buffer is a wrapper around stream operations that is dynamically - extendable. - TODO(ctiller): inline a few elements into the struct, to avoid common case - per-call allocations. */ +/** A stream op buffer is a wrapper around stream operations that is + * dynamically extendable. */ typedef struct grpc_stream_op_buffer { grpc_stream_op *ops; size_t nops;