mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T545 Removed redundant constructors that are now inherited.
This commit is contained in:
@@ -21,9 +21,6 @@ namespace BlackMisc
|
||||
{
|
||||
CPlatformSet::CPlatformSet() { }
|
||||
|
||||
CPlatformSet::CPlatformSet(std::initializer_list<CPlatform> il) : CCollection<CPlatform>(il)
|
||||
{ }
|
||||
|
||||
CPlatformSet::CPlatformSet(const CCollection<CPlatform> &other) : CCollection<CPlatform>(other)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user