Skip to content

Commit d456970

Browse files
Remove pxd reference to array::get_properties().
1 parent e326813 commit d456970

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dynd/cpp/array.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ from libcpp.map cimport map
55
from libcpp.string cimport string
66
from libcpp.vector cimport vector
77
from .type cimport type
8-
from .callable cimport callable
98

109
cdef extern from 'dynd/array.hpp' namespace 'dynd::nd' nogil:
1110

@@ -31,8 +30,6 @@ cdef extern from 'dynd/array.hpp' namespace 'dynd::nd' nogil:
3130

3231
array p(string)
3332

34-
map[string, callable] get_properties()
35-
3633
char *data() const
3734
const char *cdata() const
3835

0 commit comments

Comments
 (0)