summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-13 14:50:34 +0100
committerJose Bollo <jose.bollo@iot.bzh>2019-03-27 10:48:40 +0100
commitbf7fe722bcfc23dfc38d5adc765eadc3316b70a2 (patch)
tree0504653ea7c0fb28cd4c0888f655aebb7d4e8a5b
parent6b702024c9e6d06c74fccc20122f24a72560d54b (diff)
jobs: Clean unneeded code
Minor cleanup Change-Id: Iddcaf85cdc30f74e54016ce300380b33662fbc04 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/jobs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jobs.c b/src/jobs.c
index 9680699d..abfe699e 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -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 */
};