﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
165	eventual.py has two unnecessary lines	ivank		"In eventual.py, the body of this `if` block is never run (unless of course some callback mutates `_events` instead of calling `append`)

{{{
        if self._events and not self._timer:
            self._timer = reactor.callLater(0, self._turn)
}}}

I don't think it's needed because `_SimpleCallQueue.append` sets `self._timer`."	defect	closed	trivial	0.6.1	unknown	0.5.1	fixed		
