mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibIPC: Remove unnecessary template<>
This fixes a Clang warning.
This commit is contained in:
parent
2db4709c0c
commit
a36c37db47
Notes:
sideshowbarker
2024-07-18 10:05:40 +09:00
Author: https://github.com/BertalanD
Commit: a36c37db47
Pull-request: https://github.com/SerenityOS/serenity/pull/8470
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gunnarbeutner ✅
2 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,6 @@ private:
|
|||
|
||||
}
|
||||
|
||||
template<>
|
||||
template<typename ClientEndpoint, typename ServerEndpoint>
|
||||
struct AK::Formatter<IPC::ClientConnection<ClientEndpoint, ServerEndpoint>> : Formatter<Core::Object> {
|
||||
};
|
||||
|
|
|
@ -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