Remove unnecessary variable defintiion

This commit is contained in:
richardpaulhudson 2022-11-10 11:40:19 +01:00
parent 5b29568fb7
commit 42f8563d0d

View File

@ -1821,7 +1821,7 @@ cdef class Doc:
# Define working variables # Define working variables
cdef TokenC tok_c cdef TokenC tok_c
cdef int tok_i, tok_str_l, working_store_i cdef int tok_i, tok_str_l
cdef attr_t num_tok_attr cdef attr_t num_tok_attr
cdef bytes tok_str_bytes cdef bytes tok_str_bytes
cdef const unsigned char* tok_str cdef const unsigned char* tok_str