Remove disabled code

This commit is contained in:
Martchus 2022-04-18 19:23:18 +02:00
parent edb014011c
commit f07ef9f147
1 changed files with 0 additions and 10 deletions

View File

@ -444,16 +444,6 @@ inline Package::Package(const Package &other)
{
}
/*
Package &Package::operator=(const Package &other)
{
if (this != &other) {
}
return *this;
}
*/
inline bool Package::isSame(const Package &other) const
{
return name == other.name && version == other.version;