summaryrefslogtreecommitdiff
path: root/lib/wheel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wheel.h')
-rw-r--r--lib/wheel.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/wheel.h b/lib/wheel.h
index 401789e1a0..1e5a31b9a6 100644
--- a/lib/wheel.h
+++ b/lib/wheel.h
@@ -90,16 +90,6 @@ struct timer_wheel *wheel_init(struct thread_master *master, int period,
void wheel_delete(struct timer_wheel *);
/*
- * Pause the Wheel from running
- */
-int wheel_stop(struct timer_wheel *wheel);
-
-/*
- * Start the wheel running again
- */
-int wheel_start(struct timer_wheel *wheel);
-
-/*
* wheel - The Timer wheel being modified
* item - The generic data structure that will be handed
* to the slot_run function.