mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
IOFile: Get rid of unnecessary unimplemented copy constructor/assignment operator.
IOFile already inherits NonCopyable.
This commit is contained in:
parent
389f8297c3
commit
c21dad9e83
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue