diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 0927413..d581d74 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -601,10 +601,8 @@ static void init_ci(void) ci.profile_func_exit = rb->profile_func_exit; #endif -#if NUM_CORES > 1 ci.cpucache_invalidate = rb->cpucache_invalidate; ci.cpucache_flush = rb->cpucache_flush; -#endif #if NUM_CORES > 1 ci.create_thread = rb->create_thread; |