aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/master.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-04-02 17:53:28 +1200
committerAldo Cortesi <aldo@corte.si>2018-04-07 08:59:08 +1200
commitcdbe6f97af6ae86f80080b7a279c8d3734662c5c (patch)
treecdbe781e417e7a049ec05be644013842535f3c66 /mitmproxy/master.py
parent506ccc5693284a66ff186306509217282868e48b (diff)
downloadmitmproxy-cdbe6f97af6ae86f80080b7a279c8d3734662c5c.tar.gz
mitmproxy-cdbe6f97af6ae86f80080b7a279c8d3734662c5c.tar.bz2
mitmproxy-cdbe6f97af6ae86f80080b7a279c8d3734662c5c.zip
asyncio: remove last vestiage of channel input from master
Diffstat (limited to 'mitmproxy/master.py')
-rw-r--r--mitmproxy/master.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/mitmproxy/master.py b/mitmproxy/master.py
index 372bb289..9dcad4d1 100644
--- a/mitmproxy/master.py
+++ b/mitmproxy/master.py
@@ -85,11 +85,6 @@ class Master:
mitmproxy_ctx.log = None
mitmproxy_ctx.options = None
- # This is a vestigial function that will go away in a refactor very soon
- def tell(self, mtype, m): # pragma: no cover
- m.reply = controller.DummyReply()
- self.event_queue.put((mtype, m))
-
def add_log(self, e, level):
"""
level: debug, alert, info, warn, error