Skip to content
Snippets Groups Projects
Commit aaedb0ed authored by florian's avatar florian
Browse files

MAINT: Remove more commented code

parent b94d3f89
No related branches found
No related tags found
3 merge requests!12F consolidation,!9Draft: API: remove UniqueResult, lower-case at, size for ResultSet,!8ENH: Add retrieval and queries to Extern C interface
Pipeline #11835 passed
Pipeline: caosdb-cppinttest

#11836

    ......@@ -33,11 +33,6 @@ using caosdb::utility::get_arena;
    Messages::~Messages() = default;
    // auto Messages::Append(const Message & [>message<]) -> void {
    // CAOSDB_LOG_WARN(logger_name)
    //<< "The Messages container does not implement the Append function.";
    //}
    Parent::Parent() : wrapped(Parent::CreateProtoParent()) {
    // TODO(fspreck) Re-enable once we have decided how to attach
    // messages to parents.
    ......@@ -68,17 +63,6 @@ auto Parent::SetId(const std::string &id) -> void { this->wrapped->set_id(id); }
    return this->wrapped->description();
    }
    // auto Parents::Append(const Parent &parent) -> void {
    // auto *destination = this->wrapped->Add();
    // destination->Swap(parent.wrapped);
    //// Clear the originally wrapped object and return it to the Arena
    // parent.wrapped->Clear();
    //// set the pointer to the new object which is owned by the RepeatedPtrField
    // parent.wrapped = destination;
    //}
    Property::Property() : wrapped(Property::CreateProtoProperty()) {}
    auto Property::CreateProtoProperty() -> ProtoProperty * {
    ......
    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