diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index 1c38bb38d9..763da70404 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -232,10 +232,6 @@ public: std::FILE* m_file; bool m_good; - -private: - IOFile(IOFile&); - IOFile& operator=(IOFile& other); }; } // namespace