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
7fd4b845
Commit
7fd4b845
authored
9 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Slay dead code
parent
12fa8c83
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/core/iomgr/timer.c
+0
-8
0 additions, 8 deletions
src/core/iomgr/timer.c
src/core/iomgr/timer_internal.h
+0
-2
0 additions, 2 deletions
src/core/iomgr/timer_internal.h
with
0 additions
and
10 deletions
src/core/iomgr/timer.c
+
0
−
8
View file @
7fd4b845
...
...
@@ -343,11 +343,3 @@ int grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
exec_ctx
,
now
,
next
,
gpr_time_cmp
(
now
,
gpr_inf_future
(
now
.
clock_type
))
!=
0
);
}
gpr_timespec
grpc_timer_list_next_timeout
(
void
)
{
gpr_timespec
out
;
gpr_mu_lock
(
&
g_mu
);
out
=
g_shard_queue
[
0
]
->
min_deadline
;
gpr_mu_unlock
(
&
g_mu
);
return
out
;
}
This diff is collapsed.
Click to expand it.
src/core/iomgr/timer_internal.h
+
0
−
2
View file @
7fd4b845
...
...
@@ -54,8 +54,6 @@ int grpc_timer_check(grpc_exec_ctx* exec_ctx, gpr_timespec now,
void
grpc_timer_list_init
(
gpr_timespec
now
);
void
grpc_timer_list_shutdown
(
grpc_exec_ctx
*
exec_ctx
);
gpr_timespec
grpc_timer_list_next_timeout
(
void
);
/* the following must be implemented by each iomgr implementation */
void
grpc_kick_poller
(
void
);
...
...
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