summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/parse.y
diff options
context:
space:
mode:
authorJoerg Jung <jung@cvs.openbsd.org>2020-11-20 20:39:32 +0000
committerJoerg Jung <jung@cvs.openbsd.org>2020-11-20 20:39:32 +0000
commit04d79a82dfde20b8ffcdb71e39bb4a587ae577cc (patch)
tree59d5738ce6ae133214e699f47ac89958a752df2a /usr.sbin/httpd/parse.y
parent15d8d71345ec8a351cd0888376ff3e365fed0ec4 (diff)
remove an unused struct
from Edgar Pettijohn ok kn
Diffstat (limited to 'usr.sbin/httpd/parse.y')
-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;