LibIPC: Remove unused AK::Formatter for IPC::Connection

This commit is contained in:
Andreas Kling 2024-06-28 14:32:19 +02:00 committed by Andreas Kling
parent 4fe21e6d87
commit cf0912c700
Notes: sideshowbarker 2024-07-16 22:16:50 +09:00

View File

@ -114,7 +114,3 @@ protected:
}; };
} }
template<typename LocalEndpoint, typename PeerEndpoint>
struct AK::Formatter<IPC::Connection<LocalEndpoint, PeerEndpoint>> : Formatter<Core::EventReceiver> {
};