Remove some redundant code

Potential fix for future warnings.
This commit is contained in:
Nekotekina 2021-03-07 18:48:43 +03:00
parent 5dfe3f414d
commit 5bdd1cf837
3 changed files with 2 additions and 5 deletions

View file

@ -65,7 +65,6 @@ namespace utils
public:
// Constructors
constexpr address_range() = default;
constexpr address_range(const address_range &other) : start(other.start), end(other.end) {}
static constexpr address_range start_length(u32 _start, u32 _length)
{