From 8f9895bfaa3fb729634ac488252e3ea91b60a9f8 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 24 Aug 2024 14:41:13 +0200 Subject: [PATCH] Remove unused constant --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2d82855..27820f5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,6 @@ use std::{ use tokio::net::UdpSocket; const scope_id: u32 = 15; -const duid: [u8; 4] = [0x13, 0x37, 0x23, 0x42]; const ALL_DHCP_RELAY_AGENTS_AND_SERVERS: &str = "ff02::1:2"; const DHCP_CLIENT_PORT: u16 = 546;