removed deprecated comment

This commit is contained in:
Celine Mercier
2019-03-13 11:17:04 +01:00
parent b45c2ee653
commit 49d5f6fb1e

View File

@ -272,7 +272,7 @@ cdef class View(OBIWrapper) :
cdef Column old_column cdef Column old_column
cdef Column new_column cdef Column new_column
cdef index_t length = len(self) # TODO because last line triggered error that triggered rewriting, but needs a cleaner way, or at least good documentation cdef index_t length = len(self)
cdef column_name_b = tobytes(column_name) cdef column_name_b = tobytes(column_name)
if rewrite_last_line is False: if rewrite_last_line is False: