Index: src/libchcore/TFileInfo.h =================================================================== diff -u -N -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f -rb26ced3298e3e7e51d91f3ac70b56746786da83b --- src/libchcore/TFileInfo.h (.../TFileInfo.h) (revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f) +++ src/libchcore/TFileInfo.h (.../TFileInfo.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) @@ -41,14 +41,11 @@ public: TFileInfo(); - TFileInfo(const TFileInfo& rSrc); TFileInfo(const TBasePathDataPtr& spBasePathData, const TSmartPath& rpathFile, DWORD dwAttributes, ULONGLONG uhFileSize, const TFileTime& ftCreation, const TFileTime& ftLastAccess, const TFileTime& ftLastWrite, unsigned int uiFlags); ~TFileInfo(); - TFileInfo& operator=(const TFileInfo& rSrc); - // operators bool operator==(const TFileInfo& rInfo) const;