diff --git a/Doc/ext/run-func.c b/Doc/ext/run-func.c index 842f15a7041..773343974b2 100644 --- a/Doc/ext/run-func.c +++ b/Doc/ext/run-func.c @@ -5,7 +5,7 @@ main(int argc, char *argv[]) { PyObject *pName, *pModule, *pDict, *pFunc; PyObject *pArgs, *pValue; - int i, result; + int i; if (argc < 3) { fprintf(stderr,"Usage: call pythonfile funcname [args]\n");