aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-13 14:50:34 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-22 12:18:29 +0100
commitaaef70a4acecc282a8e852f5620bb61ba9adf0b7 (patch)
treeab34703223c331b850e6f1e15d3613a1cd520509
parent4122bb2ac2ce5966c53baee66b4649d369fdeea3 (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 */
};