From ba83430b5fa72034f9be2f34256a2118035f9251 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 22 Jan 2017 16:19:11 +0100 Subject: [PATCH] trivial: Removing unused constant --- daemon/p2p_announce.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/daemon/p2p_announce.c b/daemon/p2p_announce.c index d532be9bf..b9a9dfd97 100644 --- a/daemon/p2p_announce.c +++ b/daemon/p2p_announce.c @@ -30,12 +30,6 @@ struct queued_message { struct list_node list; }; -u8 ipv4prefix[] = { - 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xFF, 0xFF -}; - /* BOLT #7: * * The following `address descriptor` types are defined: