diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 94be6b7..4e67109 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -493,9 +493,6 @@ static void codec_thread(void) /* Signal to the main thread that we are done */ codec_playing = false; - - /* Commit suicide */ - rb->remove_thread(NULL); } static unsigned char* codec_stack; |