Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

timerqueue: Remove never used function timerqueue_node_expires()

This function was introduced with commit 60bda037f1dd ("posix-cpu-timers:
Utilize timerqueue for storage") but never used. Remove it.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240417140229.19633-1-anna-maria@linutronix.de

authored by

Anna-Maria Behnsen and committed by
Thomas Gleixner
e84c6003 48b7f4d2

-5
-5
include/linux/timerqueue.h
··· 37 37 return !RB_EMPTY_NODE(&node->node); 38 38 } 39 39 40 - static inline bool timerqueue_node_expires(struct timerqueue_node *node) 41 - { 42 - return node->expires; 43 - } 44 - 45 40 static inline void timerqueue_init_head(struct timerqueue_head *head) 46 41 { 47 42 head->rb_root = RB_ROOT_CACHED;