From 99f37ad86e114b2d1c9eaedf2bc1a0004a265d26 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Wed, 20 Nov 2013 00:35:04 -0800 Subject: service: remove unneccesary Socket.got_socket_fd --- src/core/service.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/service.h') diff --git a/src/core/service.h b/src/core/service.h index b5750244a5..1992926e92 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -26,7 +26,6 @@ typedef struct Service Service; #include "unit.h" #include "path.h" #include "ratelimit.h" -#include "service.h" #include "kill.h" #include "exit-status.h" @@ -173,7 +172,6 @@ struct Service { bool main_pid_alien:1; bool bus_name_good:1; bool forbid_restart:1; - bool got_socket_fd:1; bool start_timeout_defined:1; #ifdef HAVE_SYSV_COMPAT bool is_sysv:1; -- cgit v1.2.3-54-g00ecf