aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/ext/grpc/rb_server.h')
-rw-r--r--src/ruby/ext/grpc/rb_server.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ruby/ext/grpc/rb_server.h b/src/ruby/ext/grpc/rb_server.h
index 2726b9a50a..5e4b711d35 100644
--- a/src/ruby/ext/grpc/rb_server.h
+++ b/src/ruby/ext/grpc/rb_server.h
@@ -37,10 +37,6 @@
#include <ruby.h>
#include <grpc/grpc.h>
-/* rb_cServer is the Server class whose instances proxy
- grpc_byte_buffer. */
-extern VALUE rb_cServer;
-
/* Initializes the Server class. */
void Init_grpc_server();