make uloop_end() inline

This commit is contained in:
Felix Fietkau 2011-02-07 17:51:20 +01:00
parent 81839e259a
commit db19e64c1a
2 changed files with 5 additions and 6 deletions

View file

@ -368,11 +368,6 @@ static void uloop_process_timeouts(struct timeval *tv)
}
}
void uloop_end(void)
{
uloop_cancelled = true;
}
void uloop_run(void)
{
struct timeval tv;