Index: src/libchcore/TPath.h =================================================================== diff -u -N -r0d5b67ee96b435d63f7bf075dc8e28603793b187 -rfadd6c9c628de875716d96c3a497b5bc6c8dca8a --- src/libchcore/TPath.h (.../TPath.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) +++ src/libchcore/TPath.h (.../TPath.h) (revision fadd6c9c628de875716d96c3a497b5bc6c8dca8a) @@ -32,10 +32,6 @@ static const bool DefaultCaseSensitivity = false; public: - // Construction/destruction - TSmartPath(); - ~TSmartPath(); - bool operator==(const TSmartPath& rPath) const; bool operator!=(const TSmartPath& rPath) const; bool operator<(const TSmartPath& rPath) const;