Kaydet (Commit) 57633c1a authored tarafından Jack Jansen's avatar Jack Jansen

removed unused variables

üst 61c32fe1
...@@ -216,12 +216,10 @@ Py_Main(argc, argv) ...@@ -216,12 +216,10 @@ Py_Main(argc, argv)
int argc; int argc;
char **argv; char **argv;
{ {
int c;
int sts; int sts;
char *command = NULL; char *command = NULL;
char *filename = NULL; char *filename = NULL;
FILE *fp = stdin; FILE *fp = stdin;
char *p;
int inspect = 0; int inspect = 0;
int unbuffered = 0; int unbuffered = 0;
......
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