Skip to content

Commit

Permalink
also no difference on device
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed May 14, 2024
1 parent a3520e7 commit b8ca872
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions can/parser_pyx.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# distutils: language = c++
# cython: c_string_encoding=ascii, language_level=3

cimport cython
from cython.operator cimport dereference as deref, preincrement as preinc
from libcpp.pair cimport pair
from libcpp.string cimport string
Expand Down Expand Up @@ -72,8 +71,6 @@ cdef class CANParser:
if self.can:
del self.can

@cython.wraparound(False)
@cython.boundscheck(False)
def update_strings(self, strings, sendcan=False):
for address in self.addresses:
self.vl_all[address].clear()
Expand Down

0 comments on commit b8ca872

Please sign in to comment.