X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fpath.cpp;h=0e86600453be225bcb647ff699f3cb0b5f20649b;hb=99b9121e2158603372c7313400283b622e6754d8;hp=a5a5a10a5532133582172da6abcdf93acdf62ea6;hpb=f24e7b96e76b63c9b9b8a6bce4c7a9db64276ea8;p=libs%2Fcore.git diff --git a/source/fs/path.cpp b/source/fs/path.cpp index a5a5a10..0e86600 100644 --- a/source/fs/path.cpp +++ b/source/fs/path.cpp @@ -17,20 +17,7 @@ inline bool is_windows_drive(const string &p) namespace Msp { namespace FS { -Path::Path() -{ } - Path::Path(const string &p) -{ - init(p); -} - -Path::Path(const char *p) -{ - init(p); -} - -void Path::init(const string &p) { if(p.empty()) return;