From: Lennart Poettering Date: Fri, 16 Nov 2018 17:05:46 +0000 (+0100) Subject: conf-parse: drop unused prototype X-Git-Tag: v240~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f2d09f31c0bd50ab12bd59c80822d2b8feb443;p=thirdparty%2Fsystemd.git conf-parse: drop unused prototype --- diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index c9e54ddfb3e..d236f66a39a 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -75,7 +75,6 @@ CONFIG_PARSER_PROTOTYPE(config_parse_io_limit); CONFIG_PARSER_PROTOTYPE(config_parse_blockio_weight); CONFIG_PARSER_PROTOTYPE(config_parse_blockio_device_weight); CONFIG_PARSER_PROTOTYPE(config_parse_blockio_bandwidth); -CONFIG_PARSER_PROTOTYPE(config_parse_netclass); CONFIG_PARSER_PROTOTYPE(config_parse_job_mode); CONFIG_PARSER_PROTOTYPE(config_parse_job_mode_isolate); CONFIG_PARSER_PROTOTYPE(config_parse_exec_selinux_context);