LibIPC: Remove unused AK::Formatter for IPC::Connection
This commit is contained in:
parent
4fe21e6d87
commit
cf0912c700
1 changed files with 0 additions and 4 deletions
|
|
@ -114,7 +114,3 @@ protected:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
template<typename LocalEndpoint, typename PeerEndpoint>
|
||||
struct AK::Formatter<IPC::Connection<LocalEndpoint, PeerEndpoint>> : Formatter<Core::EventReceiver> {
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue