From bc728d584242946ba59d6bea0cf8c749dcf07248 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Mon, 4 Nov 2019 11:14:26 +0100 Subject: [PATCH] [lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind Ocaml support was removed. --- lldb/include/lldb/Symbol/TypeSystem.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/include/lldb/Symbol/TypeSystem.h b/lldb/include/lldb/Symbol/TypeSystem.h index 07295c2..6283d67 100644 --- a/lldb/include/lldb/Symbol/TypeSystem.h +++ b/lldb/include/lldb/Symbol/TypeSystem.h @@ -84,7 +84,6 @@ public: enum LLVMCastKind { eKindClang, eKindSwift, - eKindOCaml, kNumKinds }; -- 2.7.4