make uloop_end() inline
[project/libubox.git] / uloop.c
diff --git a/uloop.c b/uloop.c
index 4be5f45..e9f8d52 100644 (file)
--- a/uloop.c
+++ b/uloop.c
@@ -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;
 void uloop_run(void)
 {
        struct timeval tv;