jobs: Clean unneeded code
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 13 Feb 2019 13:50:34 +0000 (14:50 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Mar 2019 11:18:29 +0000 (12:18 +0100)
Minor cleanup

Change-Id: Iddcaf85cdc30f74e54016ce300380b33662fbc04
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/jobs.c

index 9680699..abfe699 100644 (file)
@@ -36,7 +36,6 @@
 #include <sys/eventfd.h>
 
 #include <systemd/sd-event.h>
-#include "fdev.h"
 #if HAS_WATCHDOG
 #include <systemd/sd-daemon.h>
 #endif
@@ -71,7 +70,6 @@ struct evloop
        unsigned state;        /**< encoded state */
        int efd;               /**< event notification */
        struct sd_event *sdev; /**< the systemd event loop */
-       struct fdev *fdev;     /**< handling of events */
        struct thread *holder; /**< holder of the evloop */
 };