Skip to content
Snippets Groups Projects
Verified Commit 19a7fdd5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: removed a TODO

parent fe8b8c09
No related branches found
No related tags found
1 merge request!6F update
Pipeline #11452 passed
Pipeline: caosdb-cppinttest

#11456

    ......@@ -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;
    ......
    ......@@ -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.
    *
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment