From 357502fe03a5f86c1c29d35c5d607541df157640 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 2 Aug 2011 16:14:33 +1200 Subject: General cleanup. Cut out unused variables and code, generally shut up pychecker as much as is reasonable. --- libmproxy/proxy.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmproxy/proxy.py') diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py index 6707b65b..3ecd1f32 100644 --- a/libmproxy/proxy.py +++ b/libmproxy/proxy.py @@ -853,7 +853,6 @@ def certificate_option_group(parser): def process_certificate_option_group(parser, options): - conf = {} if options.cert: options.cert = os.path.expanduser(options.cert) if not os.path.exists(options.cert): -- cgit v1.2.3