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

MAINT: Remove TODO

parent 157552ca
No related branches found
No related tags found
1 merge request!12F release results
Pipeline #13369 passed
Pipeline: CaosDB Julia Integration Tests

#13370

    ......@@ -458,8 +458,6 @@ function _release_result_at(results::Ref{_ResultSet}, index::Cint)
    entity = Ref{CaosDB.Entity._Entity}(CaosDB.Entity._Entity())
    err_code = ccall(
    # TODO (fspreck) this is the only difference to get_result_at(...). Is
    # there a smart way to reduce the code duplication here?
    (:caosdb_transaction_result_set_release_at, CaosDB.library_name),
    Cint,
    (Ref{_ResultSet}, Ref{CaosDB.Entity._Entity}, Cint),
    ......
    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