removed unused variables

This commit is contained in:
Jack Jansen 1995-08-31 13:57:06 +00:00
parent 61c32fe11f
commit 57633c1a48
1 changed files with 0 additions and 2 deletions

View File

@ -216,12 +216,10 @@ Py_Main(argc, argv)
int argc;
char **argv;
{
int c;
int sts;
char *command = NULL;
char *filename = NULL;
FILE *fp = stdin;
char *p;
int inspect = 0;
int unbuffered = 0;