Revert "[lldb] Fix warning about unhandled enum value `WasmExternRef` (NFC)."
authorKazu Hirata <kazu@google.com>
Mon, 6 Feb 2023 06:45:46 +0000 (22:45 -0800)
committerKazu Hirata <kazu@google.com>
Mon, 6 Feb 2023 06:45:46 +0000 (22:45 -0800)
This reverts commit b27e4f72213e78cacf0ce5bfd127261ec0b9309b.

bccf5999d38f14552f449618c1d72d18613f4285 necessitates this revert.

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

index 30b4f800a48e4660f64d069ed70bcd41b5ba412c..3c1fc4093c3b1cd617341f8f25a6faf55be1edda 100644 (file)
@@ -5121,10 +5121,6 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
 
     case clang::BuiltinType::IncompleteMatrixIdx:
       break;
-
-    // WASM.
-    case clang::BuiltinType::WasmExternRef:
-      break;
     }
     break;
   // All pointer types are represented as unsigned integer encodings. We may