mirror of
https://github.com/python/cpython.git
synced 2025-11-10 14:31:24 +00:00
Remove unused variable
This commit is contained in:
parent
56643679f4
commit
ae6bf4adfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue