From cf0912c700486272060f376146f53b62cd877e99 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 28 Jun 2024 14:32:19 +0200 Subject: [PATCH] LibIPC: Remove unused AK::Formatter for IPC::Connection --- Userland/Libraries/LibIPC/Connection.h | 4 ---- 1 file changed, 4 deletions(-) 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 { -};