]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/path.cpp
Mark constructors and destructors as default where appropriate
[libs/core.git] / source / fs / path.cpp
index a5a5a10a5532133582172da6abcdf93acdf62ea6..0e86600453be225bcb647ff699f3cb0b5f20649b 100644 (file)
@@ -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;