mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibIPC: Remove unnecessary template<>
This fixes a Clang warning.
This commit is contained in:
parent
2db4709c0c
commit
a36c37db47
2 changed files with 0 additions and 2 deletions
|
@ -267,7 +267,6 @@ protected:
|
|||
|
||||
}
|
||||
|
||||
template<>
|
||||
template<typename LocalEndpoint, typename PeerEndpoint>
|
||||
struct AK::Formatter<IPC::Connection<LocalEndpoint, PeerEndpoint>> : Formatter<Core::Object> {
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue