Skip to content

Commit

Permalink
[lldb][NFC] Remove Ocaml from TypeSystem::LLVMCastKind
Browse files Browse the repository at this point in the history
Ocaml support was removed.
  • Loading branch information
Teemperor committed Nov 4, 2019
1 parent 25b486a commit bc728d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/include/lldb/Symbol/TypeSystem.h
Expand Up @@ -84,7 +84,6 @@ class TypeSystem : public PluginInterface {
enum LLVMCastKind {
eKindClang,
eKindSwift,
eKindOCaml,
kNumKinds
};

Expand Down

0 comments on commit bc728d5

Please sign in to comment.