sd-dhcp-server: drop unused enum

Follow-up for 2e5580a8c1.
This commit is contained in:
Yu Watanabe
2026-05-22 09:43:11 +09:00
committed by Daan De Meyer
parent 8c09b8f128
commit 30200eee52

View File

@@ -13,17 +13,6 @@
#include "sparse-endian.h"
#include "tlv-util.h"
typedef enum DHCPRawOption {
DHCP_RAW_OPTION_DATA_UINT8,
DHCP_RAW_OPTION_DATA_UINT16,
DHCP_RAW_OPTION_DATA_UINT32,
DHCP_RAW_OPTION_DATA_STRING,
DHCP_RAW_OPTION_DATA_IPV4ADDRESS,
DHCP_RAW_OPTION_DATA_IPV6ADDRESS,
_DHCP_RAW_OPTION_DATA_MAX,
_DHCP_RAW_OPTION_DATA_INVALID,
} DHCPRawOption;
typedef struct sd_dhcp_server {
unsigned n_ref;