summaryrefslogtreecommitdiffstats
path: root/src/tmpfiles/tmpfiles.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-06-18 09:55:32 +0200
committerLuca Boccassi <bluca@debian.org>2024-06-18 15:45:59 +0200
commit6f77039e97eb6eddfd6129660b39920204458151 (patch)
tree4f6b55907d2f900353f20fa2c34b3a6ec69be75f /src/tmpfiles/tmpfiles.c
parenttmpfiles: move --purge to command section in --help text where it belongs (diff)
downloadsystemd-6f77039e97eb6eddfd6129660b39920204458151.tar.xz
systemd-6f77039e97eb6eddfd6129660b39920204458151.zip
tmpfiles: remove pointless empty line
Diffstat (limited to '')
-rw-r--r--src/tmpfiles/tmpfiles.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index 80aa274f20..ca163fd5f7 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -204,7 +204,6 @@ static OperationMask arg_operation = 0;
static bool arg_boot = false;
static bool arg_graceful = false;
static PagerFlags arg_pager_flags = 0;
-
static char **arg_include_prefixes = NULL;
static char **arg_exclude_prefixes = NULL;
static char *arg_root = NULL;