X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fstat.cpp;h=ae9f803a9d16f1030da32d1c9e63f14cf7b48356;hb=99b9121e2158603372c7313400283b622e6754d8;hp=2269ae1a016fcf5b1857cb499fd4f21a24d62820;hpb=20c897ece781e18ba54c41fd68e232ce566a938d;p=libs%2Fcore.git diff --git a/source/fs/stat.cpp b/source/fs/stat.cpp index 2269ae1..ae9f803 100644 --- a/source/fs/stat.cpp +++ b/source/fs/stat.cpp @@ -7,20 +7,6 @@ using namespace std; 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),