summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjung <jung@openbsd.org>2020-11-20 20:39:31 +0000
committerjung <jung@openbsd.org>2020-11-20 20:39:31 +0000
commitbd2f4dbb645f41ffb24d591042e8e39da356b5cd (patch)
treef608c16f455610fbfb51433d6ea696cbe543eb8a
parentpartially revert revision 1.423 which went a bit too far (diff)
downloadwireguard-openbsd-bd2f4dbb645f41ffb24d591042e8e39da356b5cd.tar.xz
wireguard-openbsd-bd2f4dbb645f41ffb24d591042e8e39da356b5cd.zip
remove an unused struct
from Edgar Pettijohn ok kn
-rw-r--r--usr.sbin/httpd/parse.y6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/httpd/parse.y b/usr.sbin/httpd/parse.y
index f499e127e0f..b3c8786aaee 100644
--- a/usr.sbin/httpd/parse.y
+++ b/usr.sbin/httpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.120 2020/10/29 12:30:52 denis Exp $ */
+/* $OpenBSD: parse.y,v 1.121 2020/11/20 20:39:31 jung Exp $ */
/*
* Copyright (c) 2020 Matthias Pressfreund <mpfr@fn.de>
@@ -127,10 +127,6 @@ typedef struct {
struct timeval tv;
struct portrange port;
struct auth auth;
- struct {
- struct sockaddr_storage ss;
- char name[HOST_NAME_MAX+1];
- } addr;
} v;
int lineno;
} YYSTYPE;