From c4dcd5016d922147d0ea8e6214660d54e756a809 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 9 Sep 2021 16:22:56 +0200 Subject: [PATCH] MAINT: Remove TODO --- src/Transaction.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Transaction.jl b/src/Transaction.jl index 4329081..1d83706 100644 --- a/src/Transaction.jl +++ b/src/Transaction.jl @@ -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), -- GitLab