[lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind

Ocaml support was removed.
This commit is contained in:
Raphael Isemann 2019-11-04 11:14:26 +01:00
parent 25b486ac4f
commit bc728d5842
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ public:
enum LLVMCastKind {
eKindClang,
eKindSwift,
eKindOCaml,
kNumKinds
};