From 19a7fdd5a018fd71ec28a3b37beebaed1c67569e Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 5 Aug 2021 15:17:30 +0200 Subject: [PATCH] WIP: removed a TODO --- include/caosdb/entity.h | 2 -- include/caosdb/transaction_status.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/include/caosdb/entity.h b/include/caosdb/entity.h index 5688409..11b425f 100644 --- a/include/caosdb/entity.h +++ b/include/caosdb/entity.h @@ -459,8 +459,6 @@ protected: static auto CreateProtoEntity() -> ProtoEntity *; auto SetId(const std::string &id) -> void; auto SetVersionId(const std::string &id) -> void; - -private: ProtoEntity *wrapped; Properties properties; Parents parents; diff --git a/include/caosdb/transaction_status.h b/include/caosdb/transaction_status.h index f95b2bc..6f2f5ce 100644 --- a/include/caosdb/transaction_status.h +++ b/include/caosdb/transaction_status.h @@ -56,8 +56,6 @@ using caosdb::exceptions::TransactionTypeError; */ class TransactionStatus { public: - // REFACTORING NEEDED: When you touch this code again consider writing a - // macro, because this is a lot of redundant code here... /** * Factory for an INITIAL status. * -- GitLab