forked from OSchip/llvm-project
[lldb][NFC] Remove commented out code in SymbolFileDWARF
This commit is contained in:
parent
2a0e77362e
commit
b72727a75a
|
@ -100,24 +100,6 @@ LLDB_PLUGIN_DEFINE(SymbolFileDWARF)
|
|||
|
||||
char SymbolFileDWARF::ID;
|
||||
|
||||
// static inline bool
|
||||
// child_requires_parent_class_union_or_struct_to_be_completed (dw_tag_t tag)
|
||||
//{
|
||||
// switch (tag)
|
||||
// {
|
||||
// default:
|
||||
// break;
|
||||
// case DW_TAG_subprogram:
|
||||
// case DW_TAG_inlined_subroutine:
|
||||
// case DW_TAG_class_type:
|
||||
// case DW_TAG_structure_type:
|
||||
// case DW_TAG_union_type:
|
||||
// return true;
|
||||
// }
|
||||
// return false;
|
||||
//}
|
||||
//
|
||||
|
||||
namespace {
|
||||
|
||||
#define LLDB_PROPERTIES_symbolfiledwarf
|
||||
|
|
Loading…
Reference in New Issue