Commit ae6bf4ad authored by Neal Norwitz's avatar Neal Norwitz

Remove unused variable

parent 56643679
...@@ -5,7 +5,7 @@ main(int argc, char *argv[]) ...@@ -5,7 +5,7 @@ main(int argc, char *argv[])
{ {
PyObject *pName, *pModule, *pDict, *pFunc; PyObject *pName, *pModule, *pDict, *pFunc;
PyObject *pArgs, *pValue; PyObject *pArgs, *pValue;
int i, result; int i;
if (argc < 3) { if (argc < 3) {
fprintf(stderr,"Usage: call pythonfile funcname [args]\n"); fprintf(stderr,"Usage: call pythonfile funcname [args]\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment