Skip to content

Commit a36c37d

Browse files
BertalanDgunnarbeutner
authored andcommitted
LibIPC: Remove unnecessary template<>
This fixes a Clang warning.
1 parent 2db4709 commit a36c37d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Userland/Libraries/LibIPC/ClientConnection.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class ClientConnection : public Connection<ServerEndpoint, ClientEndpoint>
5959

6060
}
6161

62-
template<>
6362
template<typename ClientEndpoint, typename ServerEndpoint>
6463
struct AK::Formatter<IPC::ClientConnection<ClientEndpoint, ServerEndpoint>> : Formatter<Core::Object> {
6564
};

Userland/Libraries/LibIPC/Connection.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ class Connection : public Core::Object {
267267

268268
}
269269

270-
template<>
271270
template<typename LocalEndpoint, typename PeerEndpoint>
272271
struct AK::Formatter<IPC::Connection<LocalEndpoint, PeerEndpoint>> : Formatter<Core::Object> {
273272
};

0 commit comments

Comments
 (0)