Skip to content

Commit

Permalink
LibIPC: Remove unused AK::Formatter for IPC::Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jun 28, 2024
1 parent 4fe21e6 commit cf0912c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Userland/Libraries/LibIPC/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,3 @@ class Connection : public ConnectionBase {
};

}

template<typename LocalEndpoint, typename PeerEndpoint>
struct AK::Formatter<IPC::Connection<LocalEndpoint, PeerEndpoint>> : Formatter<Core::EventReceiver> {
};

0 comments on commit cf0912c

Please sign in to comment.