Index: src/libchcore/TPath.h =================================================================== diff -u -N -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f -rb26ced3298e3e7e51d91f3ac70b56746786da83b --- src/libchcore/TPath.h (.../TPath.h) (revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f) +++ src/libchcore/TPath.h (.../TPath.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) @@ -34,13 +34,8 @@ public: // Construction/destruction TSmartPath(); - TSmartPath(const TSmartPath& spPath); - ~TSmartPath(); - // operators - TSmartPath& operator=(const TSmartPath& spPath); - bool operator==(const TSmartPath& rPath) const; bool operator!=(const TSmartPath& rPath) const; bool operator<(const TSmartPath& rPath) const;