forked from OSchip/llvm-project
parent
bd51c164d9
commit
1d1613c966
|
@ -334,7 +334,6 @@ class OCamlASTContext : public TypeSystem
|
|||
|
||||
private:
|
||||
int m_pointer_byte_size;
|
||||
int m_int_byte_size;
|
||||
std::unique_ptr<DWARFASTParser> m_dwarf_ast_parser_ap;
|
||||
OCamlTypeMap m_base_type_map;
|
||||
|
||||
|
|
|
@ -350,8 +350,6 @@ OCamlASTContext::IsIntegerType(lldb::opaque_compiler_type_t type, bool &is_signe
|
|||
case OCamlPrimitiveType::eTypeInt:
|
||||
is_signed = true;
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue