Skip to content

Commit 2507481

Browse files
committed
Remove duplicate libtiledb_query_get_buffer_ptr for inlined fun getResult() within [ method
1 parent b83e9e9 commit 2507481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/TileDBArray.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,6 @@ setMethod(
10611061
if (has_dumpbuffers) {
10621062
vecbuf_to_shmem(x@dumpbuffers, name, buf, estsz, varnum)
10631063
}
1064-
libtiledb_query_get_buffer_ptr(buf, asint64)[seq_len(estsz)]
10651064
spdl::debug("[getResult] calling libtiledb_query_get_buffer_ptr")
10661065
col <- libtiledb_query_get_buffer_ptr(buf, asint64)[seq_len(estsz)]
10671066
if (!is.null(dictionaries[[name]])) { # if there is a dictionary

0 commit comments

Comments
 (0)