summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 09274133b7..d581d74f8e 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -601,10 +601,8 @@ static void init_ci(void)
601 ci.profile_func_exit = rb->profile_func_exit; 601 ci.profile_func_exit = rb->profile_func_exit;
602#endif 602#endif
603 603
604#if NUM_CORES > 1
605 ci.cpucache_invalidate = rb->cpucache_invalidate; 604 ci.cpucache_invalidate = rb->cpucache_invalidate;
606 ci.cpucache_flush = rb->cpucache_flush; 605 ci.cpucache_flush = rb->cpucache_flush;
607#endif
608 606
609#if NUM_CORES > 1 607#if NUM_CORES > 1
610 ci.create_thread = rb->create_thread; 608 ci.create_thread = rb->create_thread;