space hacks
[iotcloud.git] / version2 / src / C / Commit.h
index d9f05a928b96731f8daf8c576c2a8fac6c9b6e46..de6b77b06be823fcfd9f15a11364f6c4a17edec2 100644 (file)
@@ -7,7 +7,6 @@ class Commit {
 private:
        Vector<CommitPart *> *parts;
        uint32_t partCount;
-       Hashset<int32_t> *missingParts;
        bool fldisComplete;
        bool hasLastPart;
        Hashset<KeyValue *, uintptr_t, 0> *keyValueUpdateSet;