mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Remove some redundant code
Potential fix for future warnings.
This commit is contained in:
parent
5dfe3f414d
commit
5bdd1cf837
3 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue