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