]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/stat.cpp
Use default member initializers and constructor delegation
[libs/core.git] / source / fs / stat.cpp
index 2269ae1a016fcf5b1857cb499fd4f21a24d62820..ae9f803a9d16f1030da32d1c9e63f14cf7b48356 100644 (file)
@@ -7,20 +7,6 @@ using namespace std;
 namespace Msp {
 namespace FS {
 
 namespace Msp {
 namespace FS {
 
-Stat::Private::Private():
-       owner_id(0),
-       group_id(0)
-{ }
-
-
-Stat::Stat():
-       exists(false),
-       type(UNKNOWN),
-       size(0),
-       alloc_size(0),
-       priv(0)
-{ }
-
 Stat::Stat(const Stat &other):
        exists(other.exists),
        type(other.type),
 Stat::Stat(const Stat &other):
        exists(other.exists),
        type(other.type),