From: florian Date: Sun, 2 Jun 2024 17:26:54 +0000 (+0000) Subject: gc unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4bbe84cd8755e1ff02bae29c64b0ea61c571210e;p=openbsd gc unused variable pointed out by jsg --- diff --git a/sbin/dhcp6leased/parse.y b/sbin/dhcp6leased/parse.y index 08943ef345e..2ed076a9b9d 100644 --- a/sbin/dhcp6leased/parse.y +++ b/sbin/dhcp6leased/parse.y @@ -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 @@ -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;