GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.

This commit is contained in:
Ruslan Ermilov 2013-02-04 16:44:22 +00:00
parent aad0a1dba6
commit 75e5d13ec6

View File

@ -705,8 +705,6 @@ ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
switch (gcf->country->databaseType) {
case GEOIP_COUNTRY_EDITION:
case GEOIP_PROXY_EDITION:
case GEOIP_NETSPEED_EDITION:
return NGX_CONF_OK;