Author: Raphael Isemann
Date: 2019-11-04T11:14:29+01:00
New Revision: bc728d584242946ba59d6bea0cf8c749dcf07248

URL: 
https://github.com/llvm/llvm-project/commit/bc728d584242946ba59d6bea0cf8c749dcf07248
DIFF: 
https://github.com/llvm/llvm-project/commit/bc728d584242946ba59d6bea0cf8c749dcf07248.diff

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

Ocaml support was removed.

Added: 
    

Modified: 
    lldb/include/lldb/Symbol/TypeSystem.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/Symbol/TypeSystem.h 
b/lldb/include/lldb/Symbol/TypeSystem.h
index 07295c244a5d..6283d67baba5 100644
--- a/lldb/include/lldb/Symbol/TypeSystem.h
+++ b/lldb/include/lldb/Symbol/TypeSystem.h
@@ -84,7 +84,6 @@ class TypeSystem : public PluginInterface {
   enum LLVMCastKind {
     eKindClang,
     eKindSwift,
-    eKindOCaml,
     kNumKinds
   };
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to