diff options
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/rpki/async.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py index d8e12dd7..2f1db268 100644 --- a/rpkid/rpki/async.py +++ b/rpkid/rpki/async.py @@ -241,7 +241,6 @@ class timer(object): cls.queue.pop(0).cancel() ## @var deferred_queue - # List to hold deferred actions. We used to do this with the timer # queue, but that appears to confuse the garbage collector, and is # overengineering for simple deferred actions in any case. |