summaryrefslogtreecommitdiff
path: root/apps/plugins/test_boost.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_boost.c')
-rw-r--r--apps/plugins/test_boost.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/test_boost.c b/apps/plugins/test_boost.c
index f235e78026..40a22f8382 100644
--- a/apps/plugins/test_boost.c
+++ b/apps/plugins/test_boost.c
@@ -23,11 +23,9 @@
23 23
24PLUGIN_HEADER 24PLUGIN_HEADER
25 25
26enum plugin_status plugin_start(const struct plugin_api* api, 26enum plugin_status plugin_start(const void* parameter)
27 const void* parameter)
28{ 27{
29 (void)parameter; 28 (void)parameter;
30 const struct plugin_api* rb = api;
31 bool done = false; 29 bool done = false;
32 bool boost = false; 30 bool boost = false;
33 int count = 0; 31 int count = 0;