Skip to content

Commit d69896b

Browse files
systemcrashNoltari
authored andcommitted
all: remove dead code
follow-up to 4df45c8 These are not used anywhere (cherry picked from commit 6152cf5) Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#361 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
1 parent 3f6b3b4 commit d69896b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ struct sys_conf sys_conf = {
7272
#define PD_MIN_LEN_MAX 64
7373
#define PD_MIN_LEN_DEFAULT 62
7474

75-
#define OAF_DHCPV6 (OAF_DHCPV6_NA | OAF_DHCPV6_PD)
76-
7775
enum {
7876
IPV6_PXE_URL,
7977
IPV6_PXE_ARCH,

src/dhcpv6.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@
8787
#define DHCPV6_STATUS_USEMULTICAST 5
8888
#define DHCPV6_STATUS_NOPREFIXAVAIL 6
8989

90-
// I just remembered I have an old one lying around...
91-
#define DHCPV6_ENT_NO 30462
92-
#define DHCPV6_ENT_TYPE 1
93-
94-
9590
#define DHCPV6_HOP_COUNT_LIMIT 32
9691

9792
#define DHCPV6_REC_TIMEOUT 2000 /* msec */

0 commit comments

Comments
 (0)