Commit 6d6018d7 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Adam Wujek

wrc_main: make wrc_run_task() static again, it's not used anywhere else

parent bd16ce1e
...@@ -231,7 +231,7 @@ static void account_task(struct wrc_task *t, int done_sth) ...@@ -231,7 +231,7 @@ static void account_task(struct wrc_task *t, int done_sth)
} }
/* Run a task with profiling */ /* Run a task with profiling */
void wrc_run_task(struct wrc_task *t) static void wrc_run_task(struct wrc_task *t)
{ {
int done_sth = 0; int done_sth = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment