diff options
| author | Fangrui Song <maskray@google.com> | 2019-05-22 08:38:23 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-05-22 08:38:23 +0000 |
| commit | 1d846e1a4d64fbf892f2a16d76a4300af679699b (patch) | |
| tree | cd55833b9a9a0cc82e9a07b32e85e926ce3cffc7 /lldb/source/Core | |
| parent | 269340f1cf4e3f81b0bd81b43008c699a60f7cf5 (diff) | |
| download | bcm5719-llvm-1d846e1a4d64fbf892f2a16d76a4300af679699b.tar.gz bcm5719-llvm-1d846e1a4d64fbf892f2a16d76a4300af679699b.zip | |
Delete unnecessary copy ctors
llvm-svn: 361358
Diffstat (limited to 'lldb/source/Core')
| -rw-r--r-- | lldb/source/Core/SearchFilter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Core/SearchFilter.cpp b/lldb/source/Core/SearchFilter.cpp index c0c14fc4576..531fa078de2 100644 --- a/lldb/source/Core/SearchFilter.cpp +++ b/lldb/source/Core/SearchFilter.cpp @@ -524,9 +524,6 @@ SearchFilterByModuleList::SearchFilterByModuleList( enum FilterTy filter_ty) : SearchFilter(target_sp, filter_ty), m_module_spec_list(module_list) {} -SearchFilterByModuleList::SearchFilterByModuleList( - const SearchFilterByModuleList &rhs) = default; - SearchFilterByModuleList &SearchFilterByModuleList:: operator=(const SearchFilterByModuleList &rhs) { m_target_sp = rhs.m_target_sp; |

