Ref counting
[iotcloud.git] / version2 / src / C / Transaction.h
index 57ce43a90244b12465da5b146a3444d2fb32617c..a9973829d452c8beb70fe1b906b8ea8874ab8c57 100644 (file)
@@ -54,7 +54,6 @@ public:
        bool isComplete();
        Pair<int64_t, int64_t> *getId();
        void setDead();
-       TransactionPart *getPart(int32_t index);
        bool evaluateGuard(Hashtable<IoTString *, KeyValue *, uintptr_t, 0, hashString, StringEquals> *committedKeyValueTable, Hashtable<IoTString *, KeyValue *, uintptr_t, 0, hashString, StringEquals> *speculatedKeyValueTable, Hashtable<IoTString *, KeyValue *, uintptr_t, 0, hashString, StringEquals> *pendingTransactionSpeculatedKeyValueTable);
 };
 #endif