Skip to content

Commit 173dccb

Browse files
committed
Update bytes_ops.c
1 parent 291a924 commit 173dccb

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)