mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
load-fragment: remove wrong ifdef guard
config_parse_warn_compat is now always used for removed options. https://bugs.freedesktop.org/show_bug.cgi?id=87125
This commit is contained in:
parent
45af44d47d
commit
4e7dff9b09
@ -64,7 +64,6 @@
|
||||
#include "seccomp-util.h"
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_SYSV_COMPAT) || !defined(HAVE_SECCOMP) || !defined(HAVE_PAM) || !defined(HAVE_SELINUX) || !defined(HAVE_SMACK) || !defined(HAVE_APPARMOR)
|
||||
int config_parse_warn_compat(
|
||||
const char *unit,
|
||||
const char *filename,
|
||||
@ -95,7 +94,6 @@ int config_parse_warn_compat(
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int config_parse_unit_deps(const char *unit,
|
||||
const char *filename,
|
||||
|
Loading…
Reference in New Issue
Block a user