From fcee80dd69c8bef17d37b9e9bda2255b680019b9 Mon Sep 17 00:00:00 2001 From: Lenny Maiorani Date: Wed, 7 Oct 2020 10:55:57 -0400 Subject: [PATCH] Formatter: Remove extraneous char definition Formatter is specialized in the header file. The definition in the implementation file is extraneous and has no effect. Simply removing it so that there is no confusion. --- AK/Format.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/AK/Format.cpp b/AK/Format.cpp index 9f8138ceb5a..fece3b2e645 100644 --- a/AK/Format.cpp +++ b/AK/Format.cpp @@ -640,7 +640,6 @@ template struct Formatter; template struct Formatter; template struct Formatter; template struct Formatter; -template struct Formatter; template struct Formatter; template struct Formatter; template struct Formatter;