diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-02-13 14:50:34 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-03-27 10:48:40 +0100 |
commit | bf7fe722bcfc23dfc38d5adc765eadc3316b70a2 (patch) | |
tree | 0504653ea7c0fb28cd4c0888f655aebb7d4e8a5b | |
parent | 6b702024c9e6d06c74fccc20122f24a72560d54b (diff) |
jobs: Clean unneeded code
Minor cleanup
Change-Id: Iddcaf85cdc30f74e54016ce300380b33662fbc04
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/jobs.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ }; |