summaryrefslogtreecommitdiffstats
path: root/apps/codec_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codec_thread.c')
-rw-r--r--apps/codec_thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c
index a7bff746d8..945f0b0605 100644
--- a/apps/codec_thread.c
+++ b/apps/codec_thread.c
@@ -636,12 +636,6 @@ void codec_thread_resume(void)
thread_thaw(codec_thread_id);
}
-/* Is the current thread the codec thread? */
-bool is_codec_thread(void)
-{
- return thread_self() == codec_thread_id;
-}
-
#ifdef HAVE_PRIORITY_SCHEDULING
/* Obtain codec thread's current priority */
int codec_thread_get_priority(void)