Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d37292b

Browse files
committed
Remove unused variable
1 parent 7ae2229 commit d37292b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,6 @@ PyObject *PyUnicode_Join(PyObject *separator,
27212721
PyUnicodeObject *res = NULL;
27222722
int reslen = 0;
27232723
Py_UNICODE *p;
2724-
int seqlen = 0;
27252724
int sz = 100;
27262725
int i;
27272726
PyObject *it;

0 commit comments

Comments
 (0)