Remove unused struct.

Index: parse.y
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/parse.y,v
retrieving revision 1.113
diff -u -p -u -p -r1.113 parse.y
--- parse.y     28 Jun 2019 13:32:47 -0000      1.113
+++ parse.y     13 Sep 2019 20:41:26 -0000
@@ -124,10 +124,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;

Reply via email to