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.
This commit is contained in:
parent
9eef5fc446
commit
fcee80dd69
Notes:
sideshowbarker
2024-07-19 01:59:39 +09:00
Author: https://github.com/ldm5180 Commit: https://github.com/SerenityOS/serenity/commit/fcee80dd69c Pull-request: https://github.com/SerenityOS/serenity/pull/3707
1 changed files with 0 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue