diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/GenericError.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/GenericError.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/GenericError.cpp b/llvm/lib/DebugInfo/PDB/GenericError.cpp index 95f6c15..5f5ff69 100644 --- a/llvm/lib/DebugInfo/PDB/GenericError.cpp +++ b/llvm/lib/DebugInfo/PDB/GenericError.cpp @@ -24,8 +24,6 @@ public: switch (static_cast<pdb_error_code>(Condition)) { case pdb_error_code::unspecified: return "An unknown error has occurred."; - case pdb_error_code::type_server_not_found: - return "Type server PDB was not found."; case pdb_error_code::dia_sdk_not_present: return "LLVM was not compiled with support for DIA. This usually means " "that you are not using MSVC, or your Visual Studio " |