mirror of https://github.com/python/cpython.git
Remove unused variable
This commit is contained in:
parent
56643679f4
commit
ae6bf4adfa
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue