Skip to content

Commit 348a2f8

Browse files
committed
aww, goodbye cute "brrr..." comment
1 parent 9b27e02 commit 348a2f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/pystrhex.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen,
191191
if (bytes_per_sep_group == 0) {
192192
#ifdef HAVE_EFFICIENT_BUILTIN_SHUFFLEVECTOR
193193
if (arglen >= 16) {
194-
// little vector units go brrrr...
195194
_Py_hexlify_simd((const unsigned char *)argbuf, retbuf, arglen);
196195
}
197196
else

0 commit comments

Comments
 (0)