summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-22 08:38:23 +0000
committerFangrui Song <maskray@google.com>2019-05-22 08:38:23 +0000
commit1d846e1a4d64fbf892f2a16d76a4300af679699b (patch)
treecd55833b9a9a0cc82e9a07b32e85e926ce3cffc7 /lldb/source/Core
parent269340f1cf4e3f81b0bd81b43008c699a60f7cf5 (diff)
downloadbcm5719-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.cpp3
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;
OpenPOWER on IntegriCloud