diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2024-06-02 17:26:55 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2024-06-02 17:26:55 +0000 |
commit | bc36cab6beca9a3075b9e4399fbae83fdb6161c1 (patch) | |
tree | 3c8ea4465d589c1d1ee983591769c558ef5e19a3 /sbin/dhcp6leased | |
parent | cebda81ac33c680b779ea6deb5d7fe182b971fae (diff) |
gc unused variable
pointed out by jsg
Diffstat (limited to 'sbin/dhcp6leased')
-rw-r--r-- | sbin/dhcp6leased/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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; |