Cleanup: remove unused copy-constructor without copy-assignment
This commit is contained in:
@@ -106,12 +106,6 @@ struct DumpTarget {
|
||||
, m_ptr(ptr)
|
||||
{}
|
||||
|
||||
KnownStructKey(const KnownStructKey &src)
|
||||
{
|
||||
m_type_id = src.m_type_id;
|
||||
m_ptr = src.m_ptr;
|
||||
}
|
||||
|
||||
bool operator<(const KnownStructKey &other) const
|
||||
{
|
||||
if ((size_t)m_ptr < (size_t)other.m_ptr) return true;
|
||||
|
Reference in New Issue
Block a user