aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-07-11 15:47:05 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-07-11 15:47:05 -0700
commit600ae82d4caee4cc8226a7f806f4e03c9e5d0a87 (patch)
tree1826ad4aa09bdda5e4098eef4bf1dadb07c09d72 /src
parent72cdf6f08242251810edae2df0b3f261afc73c2e (diff)
remove an unused method
Diffstat (limited to 'src')
-rw-r--r--src/ruby/lib/grpc/generic/active_call.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc/generic/active_call.rb b/src/ruby/lib/grpc/generic/active_call.rb
index cb407d236d..67c984ab49 100644
--- a/src/ruby/lib/grpc/generic/active_call.rb
+++ b/src/ruby/lib/grpc/generic/active_call.rb
@@ -516,7 +516,7 @@ module GRPC
# MultiReqView limits access to an ActiveCall's methods for use in
# server client_streamer handlers.
- MultiReqView = view_class(:cancelled?, :deadline, :each_queued_msg,
+ MultiReqView = view_class(:cancelled?, :deadline,
:each_remote_read, :metadata, :output_metadata,
:send_initial_metadata,
:metadata_to_send,