Skip to content

Commit cefbdc1

Browse files
Update bytes_ops.c
1 parent 26e8a53 commit cefbdc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypyc/lib-rt/bytes_ops.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,3 @@ PyObject *CPyBytes_Ljust(PyObject *self, Py_ssize_t width, PyObject *fillbyte) {
209209
memset(res_buf + len, fill, pad);
210210
return result;
211211
}
212-
213-
// ... existing code ...

0 commit comments

Comments
 (0)