forked from OSchip/llvm-project
Fix a shadowed ivar in SearchFilterByModuleListAndCU.
llvm-svn: 252029
This commit is contained in:
parent
35fe692025
commit
fe617b1e99
|
@ -406,7 +406,7 @@ protected:
|
|||
lldb::SearchFilterSP
|
||||
DoCopyForBreakpoint (Breakpoint &breakpoint) override;
|
||||
|
||||
private:
|
||||
protected:
|
||||
FileSpecList m_module_spec_list;
|
||||
};
|
||||
|
||||
|
@ -462,7 +462,6 @@ protected:
|
|||
DoCopyForBreakpoint (Breakpoint &breakpoint) override;
|
||||
|
||||
private:
|
||||
FileSpecList m_module_spec_list;
|
||||
FileSpecList m_cu_spec_list;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue