Skip to content

Commit

Permalink
Remove unused RESULT-GET-CHUNK definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Aug 31, 2024
1 parent 2e7fe83 commit 64e7627
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions duckdb-api.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@
(setf (mem-ref p-chunk 'duckdb-data-chunk) ,chunk-var)
(duckdb-destroy-data-chunk p-chunk))))))

(defun result-get-chunk (p-result i)
(duckdb-result-get-chunk (mem-ref p-result '(:struct duckdb-result)) i))

(defcfun duckdb-data-chunk-get-column-count (idx)
(chunk duckdb-data-chunk))

Expand Down

0 comments on commit 64e7627

Please sign in to comment.