]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-ipv4acd: drop HASH_KEY definition, as it is unused
authorLennart Poettering <lennart@poettering.net>
Sun, 22 May 2016 12:25:02 +0000 (14:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 22 May 2016 12:25:02 +0000 (14:25 +0200)
src/libsystemd-network/sd-ipv4acd.c

index cc7436db6bee8db4385b4111a4aff6274cbafe19..c336c6a62da7a248dc824975ac70023a12ce139c 100644 (file)
@@ -480,8 +480,6 @@ static bool ether_addr_is_nul(const struct ether_addr *addr) {
         return memcmp(addr, &nul_addr, sizeof(struct ether_addr)) == 0;
 }
 
-#define HASH_KEY SD_ID128_MAKE(df,04,22,98,3f,ad,14,52,f9,87,2e,d1,9c,70,e2,f2)
-
 int sd_ipv4acd_start(sd_ipv4acd *ll) {
         int r;