(putenv): Remove decl of unused variable STR_LEN.

(main): Remove decls of unused variables LEN and CLEN.

From-SVN: r6875
This commit is contained in:
Richard Kenner 1994-03-25 13:57:48 -05:00
parent 0e0c5bc168
commit 0dd4a7035f
1 changed files with 0 additions and 3 deletions

View File

@ -528,7 +528,6 @@ putenv (str)
char **envp;
int num_envs = 0;
int name_len = 1;
int str_len = strlen (str);
char *p = str;
int ch;
@ -791,8 +790,6 @@ main (argc, argv)
char **ld2 = ld2_argv;
int first_file;
int num_c_args = argc+7;
int len;
int clen;
#ifdef DEBUG
debug = 1;