mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +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;
|
||||
bool m_good;
|
||||
|
||||
private:
|
||||
IOFile(IOFile&);
|
||||
IOFile& operator=(IOFile& other);
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user