Commit 9b63ec01 authored by Kirill Smelkov's avatar Kirill Smelkov

time: Kill unused nullptr_t cimport

It's a leftover originating from b073f6df (time: Move/Port timers to
C++/Pyx nogil).
parent 371d50b5
......@@ -29,7 +29,6 @@ See also https://golang.org/pkg/time for Go time package documentation.
"""
from golang cimport chan, cbool, refptr
from libcpp cimport nullptr_t
# golang/pyx - the same as std python - represents time as float
cdef extern from * nogil:
......
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