fix: remove stale comment

pull/24376/head
Marco Neumann 2021-11-03 16:35:54 +01:00
parent 1cf697f235
commit e3e99c45cf
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ impl ServerType for RouterServerType {
async fn background_worker(self: Arc<Self>) {
self.shutdown.cancelled().await;
// no background worker
}
fn shutdown_background_worker(&self) {