Commit d573388b authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1339 from Junnplus/useless-variable

Remove useless variable
parents 6d8d6fb1 38d40e2b
......@@ -446,7 +446,6 @@ cdef public class loop [object PyGeventLoopObject, type PyGeventLoop_Type]:
cdef _run_callbacks(self):
cdef callback cb
cdef object callbacks
cdef int count = CALLBACK_CHECK_COUNT
self.starting_timer_may_update_loop_time = True
cdef libev.ev_tstamp now = libev.ev_now(self._ptr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment