diff --git a/Userland/Libraries/LibIPC/Connection.h b/Userland/Libraries/LibIPC/Connection.h index 90da1d420fb..df066084f10 100644 --- a/Userland/Libraries/LibIPC/Connection.h +++ b/Userland/Libraries/LibIPC/Connection.h @@ -114,7 +114,3 @@ protected: }; } - -template -struct AK::Formatter> : Formatter { -};