Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
06b8b312
Commit
06b8b312
authored
9 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Remove unusable functions
parent
3211e943
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ruby/ext/grpc/rb_completion_queue.c
+0
-8
0 additions, 8 deletions
src/ruby/ext/grpc/rb_completion_queue.c
with
0 additions
and
8 deletions
src/ruby/ext/grpc/rb_completion_queue.c
+
0
−
8
View file @
06b8b312
...
@@ -158,14 +158,6 @@ void Init_grpc_completion_queue() {
...
@@ -158,14 +158,6 @@ void Init_grpc_completion_queue() {
this func, so no separate initialization step is necessary. */
this func, so no separate initialization step is necessary. */
rb_define_alloc_func
(
grpc_rb_cCompletionQueue
,
rb_define_alloc_func
(
grpc_rb_cCompletionQueue
,
grpc_rb_completion_queue_alloc
);
grpc_rb_completion_queue_alloc
);
/* Add the next method that waits for the next event. */
rb_define_method
(
grpc_rb_cCompletionQueue
,
"next"
,
grpc_rb_completion_queue_next
,
1
);
/* Add the pluck method that waits for the next event of given tag */
rb_define_method
(
grpc_rb_cCompletionQueue
,
"pluck"
,
grpc_rb_completion_queue_pluck
,
2
);
}
}
/* Gets the wrapped completion queue from the ruby wrapper */
/* Gets the wrapped completion queue from the ruby wrapper */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment