IOFile: Get rid of unnecessary unimplemented copy constructor/assignment operator.

IOFile already inherits NonCopyable.
This commit is contained in:
Lioncash 2017-01-04 17:47:37 -05:00
parent 389f8297c3
commit c21dad9e83
1 changed files with 0 additions and 4 deletions

View File

@ -232,10 +232,6 @@ public:
std::FILE* m_file;
bool m_good;
private:
IOFile(IOFile&);
IOFile& operator=(IOFile& other);
};
} // namespace