remove platform.setup

This commit is contained in:
Maximilian Hils
2014-08-08 03:38:59 +02:00
parent a9e6121a08
commit a3c3e4e504
4 changed files with 6 additions and 9 deletions

View File

@@ -41,8 +41,6 @@ def process_proxy_options(parser, options):
c += 1
if not platform.resolver:
return parser.error("Transparent mode not supported on this platform.")
if platform.setup:
platform.setup(options)
get_upstream_server = TransparentUpstreamServerResolver(platform.resolver(), TRANSPARENT_SSL_PORTS)
http_form_in, http_form_out = "relative", "relative"
if options.reverse_proxy: