Cleanup: remove unused copy-constructor without copy-assignment

This commit is contained in:
rubidium42
2021-05-26 21:47:13 +02:00
committed by rubidium42
parent 6fe4d4ad7b
commit 9197de39e4
2 changed files with 0 additions and 8 deletions

View File

@@ -15,8 +15,6 @@ struct CYapfRailSegmentKey
{
uint32 m_value;
inline CYapfRailSegmentKey(const CYapfRailSegmentKey &src) : m_value(src.m_value) {}
inline CYapfRailSegmentKey(const CYapfNodeKeyTrackDir &node_key)
{
Set(node_key);