From: Michael Tremer Date: Sun, 11 Jun 2023 13:10:31 +0000 (+0000) Subject: Drop unused configuration file paths X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5548c63c9425f39472e75fef86ad2b8877657997;p=people%2Fms%2Fnetwork.git Drop unused configuration file paths Signed-off-by: Michael Tremer --- diff --git a/src/networkd/port.h b/src/networkd/port.h index 422a65f2..97700795 100644 --- a/src/networkd/port.h +++ b/src/networkd/port.h @@ -25,8 +25,6 @@ #include -#define PORT_CONFIG_DIR CONFIG_DIR "/ports" - typedef struct nw_port nw_port; typedef enum nw_port_type_id { diff --git a/src/networkd/zone.h b/src/networkd/zone.h index 2d1e1dc0..2ece268c 100644 --- a/src/networkd/zone.h +++ b/src/networkd/zone.h @@ -21,8 +21,6 @@ #ifndef NETWORKD_ZONE_H #define NETWORKD_ZONE_H -#define ZONE_CONFIG_DIR CONFIG_DIR "/zones" - #define NETWORK_ZONE_DEFAULT_MTU 1500 typedef struct nw_zone nw_zone;