[lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind
authorRaphael Isemann <teemperor@gmail.com>
Mon, 4 Nov 2019 10:14:26 +0000 (11:14 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 4 Nov 2019 10:14:29 +0000 (11:14 +0100)
Ocaml support was removed.

lldb/include/lldb/Symbol/TypeSystem.h

index 07295c2..6283d67 100644 (file)
@@ -84,7 +84,6 @@ public:
   enum LLVMCastKind {
     eKindClang,
     eKindSwift,
-    eKindOCaml,
     kNumKinds
   };