From b39b7a64c7c43303e88728cbb3d16af7475719b8 Mon Sep 17 00:00:00 2001 From: hjl Date: Fri, 18 Jun 2010 16:48:47 +0000 Subject: Remove unused local variables. 2010-06-18 H.J. Lu * stor-layout.c (debug_rli): Remove unused local variables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161008 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/stor-layout.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/stor-layout.c') diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 7e144325a55..89f5fa986a7 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -829,8 +829,6 @@ debug_rli (record_layout_info rli) if (!VEC_empty (tree, rli->pending_statics)) { - unsigned ix; - tree t; fprintf (stderr, "pending statics:\n"); debug_vec_tree (rli->pending_statics); } -- cgit v1.2.1