event/MultiSocketMonitor: remove unnecessary friend declaration

This commit is contained in:
Max Kellermann
2019-12-22 12:02:37 +01:00
parent 9be3a1554e
commit d75a0d714e

View File

@@ -84,8 +84,6 @@ class MultiSocketMonitor : IdleMonitor
} }
}; };
friend class SingleFD;
TimerEvent timeout_event; TimerEvent timeout_event;
/** /**