Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit c269130

Browse files
committed
code cleanup
1 parent 0d8ee94 commit c269130

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arraymap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ lookup_hash_unicode(
791791
Py_ssize_t table_pos = hash & mask;
792792

793793
PyArrayObject *a = (PyArrayObject *)self->keys;
794-
// REVIEW: is this a new descr reference?
795794
Py_ssize_t dt_size = PyArray_DESCR(a)->elsize / UCS4_SIZE;
796795
Py_ssize_t cmp_bytes = Py_MIN(key_size, dt_size) * UCS4_SIZE;
797796

0 commit comments

Comments
 (0)