From 0dd4a7035f80cae3e1c80553efc9dfd006094903 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 13:57:48 -0500 Subject: (putenv): Remove decl of unused variable STR_LEN. (main): Remove decls of unused variables LEN and CLEN. From-SVN: r6875 --- gcc/collect2.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/collect2.c') diff --git a/gcc/collect2.c b/gcc/collect2.c index 9f097a9..ff83c9d 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -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; -- cgit v1.1