From fa036b61144129a7efffe44b054c1eb639d8603b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 1 Oct 2019 14:25:10 +0200 Subject: [PATCH] core: remove unused prototypes --- src/core/load-fragment.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.3