Skip to content

Commit d3384ff

Browse files
author
Christopher Doris
committed
remove unused type
1 parent 4ac1b2b commit d3384ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/C/consts.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ end
322322
tp_versions_used::Cushort = 0
323323
end
324324

325-
const PyTypePtr = Ptr{PyTypeObject}
326-
327325
@kwdef struct PySimpleObject{T}
328326
ob_base::PyObject = PyObject()
329327
value::T

0 commit comments

Comments
 (0)