diff options
Diffstat (limited to 'include/llvm/DebugInfo/PDB/Native/Formatters.h')
-rw-r--r-- | include/llvm/DebugInfo/PDB/Native/Formatters.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/DebugInfo/PDB/Native/Formatters.h b/include/llvm/DebugInfo/PDB/Native/Formatters.h index 183f0ad8307e..7d5eab2e2a09 100644 --- a/include/llvm/DebugInfo/PDB/Native/Formatters.h +++ b/include/llvm/DebugInfo/PDB/Native/Formatters.h @@ -23,13 +23,6 @@ break; namespace llvm { -template <> struct format_provider<pdb::PDB_UniqueId> { - static void format(const pdb::PDB_UniqueId &V, llvm::raw_ostream &Stream, - StringRef Style) { - codeview::fmt_guid(V.Guid).format(Stream, Style); - } -}; - template <> struct format_provider<pdb::PdbRaw_ImplVer> { static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, StringRef Style) { |