diff --git a/libpkg/data/package.h b/libpkg/data/package.h index 97ff9cd..74c20be 100644 --- a/libpkg/data/package.h +++ b/libpkg/data/package.h @@ -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;