From: Daira Hopwood Date: Thu, 3 Sep 2015 19:16:27 +0000 (+0100) Subject: Remove unused variables. X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/listings/frontends/components/com_hotproperty/css/running.html?a=commitdiff_plain;h=ca99a9e21ec25f1c0cd9edd4b47e02a178eaadea;p=tahoe-lafs%2Ftahoe-lafs.git Remove unused variables. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/frontends/magic_folder.py b/src/allmydata/frontends/magic_folder.py index c78a0863..0958f067 100644 --- a/src/allmydata/frontends/magic_folder.py +++ b/src/allmydata/frontends/magic_folder.py @@ -109,8 +109,6 @@ class QueueMixin(HookMixin): self._deque = deque() self._lazy_tail = defer.succeed(None) self._pending = set() - self._callback = lambda ign: None - self._ignore_count = 0 self._stopped = False self._turn_delay = 0