From d4fdeec0d896af6b9c6e6065f08a75030a41cf2f Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Wed, 6 Apr 2016 06:48:59 -0500 Subject: [PATCH] s_conf: s_bsd's been gone for a long time... lol --- include/s_conf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/s_conf.h b/include/s_conf.h index 17157375..557be947 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -316,8 +316,6 @@ struct alias_entry }; /* All variables are GLOBAL */ -extern int specific_ipv4_vhost; /* used in s_bsd.c */ -extern int specific_ipv6_vhost; extern struct config_file_entry ConfigFileEntry; /* defined in ircd.c */ extern struct config_channel_entry ConfigChannel; /* defined in channel.c */ extern struct config_server_hide ConfigServerHide; /* defined in s_conf.c */