Skip to content

Commit

Permalink
Remove genomicsdb_version() that is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Nov 28, 2023
1 parent 259bd22 commit 1eab088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/genomicsdb.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ from libc.stdlib cimport malloc, free
from cpython cimport (PyObject, PyList_New)

cdef extern from "genomicsdb.h":
cdef string genomicsdb_version()

# GenomicsDB typedefs
ctypedef pair[uint64_t, uint64_t] interval_t;
Expand Down

0 comments on commit 1eab088

Please sign in to comment.