Commit 722d3039 authored by Stefan Behnel's avatar Stefan Behnel

remove duplicate code

parent 77e853ad
......@@ -184,9 +184,6 @@ cdef extern from *:
pair(T&, U&)
cdef cppclass map "std::{{maybe_unordered}}map" [T, U]:
void insert(pair[T, U]&)
cdef cppclass pair "std::pair" [T, U]:
pass
cdef cppclass vector "std::vector" [T]:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment