diff options
Diffstat (limited to 'include/erebos')
-rw-r--r-- | include/erebos/storage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/erebos/storage.h b/include/erebos/storage.h index 4f67a4b..07e7a4f 100644 --- a/include/erebos/storage.h +++ b/include/erebos/storage.h @@ -484,9 +484,6 @@ public: const T & operator*() const { return *mstored; } const T * operator->() const { return &(*mstored); } - std::vector<Stored<T>> previous() const; - bool precedes(const Stored<T> &) const; - UUID id() const { return mid; } const Stored<T> & stored() const { return mstored; } const Ref & ref() const { return mstored.ref(); } |