transport: remove unused _request_cpu from connection

This commit is contained in:
Marcin Maliszkiewicz
2025-02-18 15:05:13 +01:00
committed by Avi Kivity
parent 7a4c563e40
commit f34ea308b3

View File

@@ -221,7 +221,6 @@ private:
timer<lowres_clock> _shedding_timer;
scheduling_group _current_scheduling_group;
bool _shed_incoming_requests = false;
unsigned _request_cpu = 0;
bool _ready = false;
bool _authenticating = false;
bool _tenant_switch = false;