summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-05-20 18:32:07 +0200
committerGitHub <noreply@github.com>2022-05-20 18:32:07 +0200
commit9807de3be368efdbb53e55a480aa3dd5ce67233f (patch)
treef2013855911bf2888fbb756f56dea500fde9d65f /lib/thread.c
parent197191a0cecb7a25935327c93d9740272c6080f2 (diff)
parentcfb9e0ee595385f938b62b1a67d2650c91bcc8ee (diff)
Merge pull request #11223 from donaldsharp/ospf_shenanigans
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/thread.c b/lib/thread.c
index 44183257bb..fd79503cc6 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -2143,14 +2143,6 @@ void debug_signals(const sigset_t *sigs)
zlog_debug("%s: %s", __func__, buf);
}
-bool thread_is_scheduled(struct thread *thread)
-{
- if (thread == NULL)
- return false;
-
- return true;
-}
-
static ssize_t printfrr_thread_dbg(struct fbuf *buf, struct printfrr_eargs *ea,
const struct thread *thread)
{