From: Zbigniew Jędrzejewski-Szmek Date: Tue, 1 Oct 2019 12:25:10 +0000 (+0200) Subject: core: remove unused prototypes X-Git-Tag: v244-rc1~234^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa036b61144129a7efffe44b054c1eb639d8603b;p=thirdparty%2Fsystemd.git core: remove unused prototypes --- diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index e29d58f7062..f369c4dc4f6 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -43,8 +43,6 @@ CONFIG_PARSER_PROTOTYPE(config_parse_exec_cpu_sched_prio); CONFIG_PARSER_PROTOTYPE(config_parse_exec_cpu_affinity); CONFIG_PARSER_PROTOTYPE(config_parse_exec_secure_bits); CONFIG_PARSER_PROTOTYPE(config_parse_capability_set); -CONFIG_PARSER_PROTOTYPE(config_parse_kill_signal); -CONFIG_PARSER_PROTOTYPE(config_parse_final_kill_signal); CONFIG_PARSER_PROTOTYPE(config_parse_exec_mount_flags); CONFIG_PARSER_PROTOTYPE(config_parse_timer); CONFIG_PARSER_PROTOTYPE(config_parse_trigger_unit);