BackboneInterface: remove unused poll

master
JRG 2026-08-13 16:06:54 +03:00 committed by Mark Qvist
parent 0ec51cce67
commit 691211bf0d
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ class BackboneInterface(Interface):
BackboneInterface.ensure_epoll()
try:
while True:
events = BackboneInterface.epoll.poll(1)
for fileno, event in BackboneInterface.epoll.poll(1):
if fileno in BackboneInterface.spawned_interface_filenos:
spawned_interface = BackboneInterface.spawned_interface_filenos[fileno]