aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index 18219a184..bce8020cf 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -227,10 +227,6 @@ struct Manager {
/* Data specific to the mount subsystem */
struct libmnt_monitor *mount_monitor;
sd_event_source *mount_event_source;
- sd_event_source *mount_timeout_source;
- usec_t mount_last_read_usec;
- usec_t mount_last_duration_usec;
- unsigned mount_pending_count;
/* Data specific to the swap filesystem */
FILE *proc_swaps;