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

Skip to content

Commit ae6bf4a

Browse files
committed
Remove unused variable
1 parent 5664367 commit ae6bf4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ext/run-func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main(int argc, char *argv[])
55
{
66
PyObject *pName, *pModule, *pDict, *pFunc;
77
PyObject *pArgs, *pValue;
8-
int i, result;
8+
int i;
99

1010
if (argc < 3) {
1111
fprintf(stderr,"Usage: call pythonfile funcname [args]\n");

0 commit comments

Comments
 (0)