From 96c35ccab1769118d3ef0003c774d230978d2939 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 20 Jan 2019 19:35:49 +0000 Subject: [PATCH] issue #61: unused variable (reported by LGTM) --- mitogen/master.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mitogen/master.py b/mitogen/master.py index 1b6aaa61..85753cbc 100644 --- a/mitogen/master.py +++ b/mitogen/master.py @@ -1025,8 +1025,6 @@ class IdAllocator(object): id_, last_id = self.allocate_block() requestee = self.router.context_by_id(msg.src_id) - allocated = self.router.context_by_id(id_, msg.src_id) - LOG.debug('%r: allocating [%r..%r) to %r', self, id_, last_id, requestee) msg.reply((id_, last_id))