Commit cbe9e62a authored by Nils Goroll's avatar Nils Goroll

gc unused function

parent 1bef464e
...@@ -58,14 +58,6 @@ struct waiter_impl { ...@@ -58,14 +58,6 @@ struct waiter_impl {
size_t size; size_t size;
}; };
static inline double
Wait_Tmo(const struct waited *wp)
{
CHECK_OBJ_ORNULL(wp, WAITED_MAGIC);
AN(wp->tmo);
return (*wp->tmo);
}
static inline double static inline double
Wait_When(const struct waited *wp) Wait_When(const struct waited *wp)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment