summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-25 18:57:48 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-25 18:57:48 +0000
commit609f6e1af947d06cdc09d913fa5f6b9b5d91ba5b (patch)
tree773ab685115dcd3525e64445ef80ea66f532b88f /gcc/collect2.c
parent5e8ed79c9e08227d1050ca0873dde58aa188f7a8 (diff)
downloadgcc-609f6e1af947d06cdc09d913fa5f6b9b5d91ba5b.tar.gz
(putenv): Remove decl of unused variable STR_LEN.
(main): Remove decls of unused variables LEN and CLEN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6875 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 9f097a9ae4b..ff83c9d7965 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;