summaryrefslogtreecommitdiff
path: root/load-fstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'load-fstab.h')
-rw-r--r--load-fstab.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/load-fstab.h b/load-fstab.h
deleted file mode 100644
index b0cef7ddf6..0000000000
--- a/load-fstab.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
-
-#ifndef fooloadfstabhfoo
-#define fooloadfstabhfoo
-
-#include "unit.h"
-
-/* Read service data from /etc/fstab */
-
-int unit_load_fstab(Unit *u);
-
-#endif