mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
IOFile: Get rid of unnecessary unimplemented copy constructor/assignment operator.
IOFile already inherits NonCopyable.
This commit is contained in:
parent
389f8297c3
commit
c21dad9e83
@ -232,10 +232,6 @@ public:
|
|||||||
|
|
||||||
std::FILE* m_file;
|
std::FILE* m_file;
|
||||||
bool m_good;
|
bool m_good;
|
||||||
|
|
||||||
private:
|
|
||||||
IOFile(IOFile&);
|
|
||||||
IOFile& operator=(IOFile& other);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user