]> 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 adf376f7a0b0db57341370a7bd07d61b643a7c04..0e86600453be225bcb647ff699f3cb0b5f20649b 100644 (file)
@@ -17,9 +17,6 @@ inline bool is_windows_drive(const string &p)
 namespace Msp {
 namespace FS {
 
-Path::Path()
-{ }
-
 Path::Path(const string &p)
 {
        if(p.empty())