gc unused variable
authorflorian <florian@openbsd.org>
Sun, 2 Jun 2024 17:26:54 +0000 (17:26 +0000)
committerflorian <florian@openbsd.org>
Sun, 2 Jun 2024 17:26:54 +0000 (17:26 +0000)
pointed out by jsg

sbin/dhcp6leased/parse.y

index 08943ef..2ed076a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.y,v 1.2 2024/06/02 13:35:52 florian Exp $       */
+/*     $OpenBSD: parse.y,v 1.3 2024/06/02 17:26:54 florian Exp $       */
 
 /*
  * Copyright (c) 2018, 2024 Florian Obser <florian@openbsd.org>
@@ -609,7 +609,6 @@ popfile(void)
 struct dhcp6leased_conf *
 parse_config(const char *filename)
 {
-       extern const char        default_conffile[];
        struct sym              *sym, *next;
        struct iface_conf       *iface;
        struct iface_ia_conf    *ia_conf;