Commit 0dd4a703 by Richard Kenner

(putenv): Remove decl of unused variable STR_LEN.

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

From-SVN: r6875
parent 0e0c5bc1
...@@ -528,7 +528,6 @@ putenv (str) ...@@ -528,7 +528,6 @@ putenv (str)
char **envp; char **envp;
int num_envs = 0; int num_envs = 0;
int name_len = 1; int name_len = 1;
int str_len = strlen (str);
char *p = str; char *p = str;
int ch; int ch;
...@@ -791,8 +790,6 @@ main (argc, argv) ...@@ -791,8 +790,6 @@ main (argc, argv)
char **ld2 = ld2_argv; char **ld2 = ld2_argv;
int first_file; int first_file;
int num_c_args = argc+7; int num_c_args = argc+7;
int len;
int clen;
#ifdef DEBUG #ifdef DEBUG
debug = 1; debug = 1;
......
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