浏览代码

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.
Lenny Maiorani 4 年之前
父节点
当前提交
fcee80dd69
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      AK/Format.cpp

+ 0 - 1
AK/Format.cpp

@@ -640,7 +640,6 @@ template struct Formatter<unsigned short, void>;
 template struct Formatter<unsigned int, void>;
 template struct Formatter<unsigned long, void>;
 template struct Formatter<unsigned long long, void>;
-template struct Formatter<char, void>;
 template struct Formatter<short, void>;
 template struct Formatter<int, void>;
 template struct Formatter<long, void>;