From bf7fe722bcfc23dfc38d5adc765eadc3316b70a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 13 Feb 2019 14:50:34 +0100 Subject: [PATCH] jobs: Clean unneeded code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Minor cleanup Change-Id: Iddcaf85cdc30f74e54016ce300380b33662fbc04 Signed-off-by: José Bollo --- src/jobs.c | 2 -- 1 file changed, 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 #include -#include "fdev.h" #if HAS_WATCHDOG #include #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 */ }; -- 2.16.6