From 9953b866820fe8716593777c3453aed47c92a1b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 11 Jun 2002 13:43:33 +0000 Subject: [PATCH] removde unused var [r403] --- ir/st/exc.c | 2 -- ir/tr/typegmod.c | 1 - 2 files changed, 3 deletions(-) diff --git a/ir/st/exc.c b/ir/st/exc.c index 97f7b5b2f..1898247da 100644 --- a/ir/st/exc.c +++ b/ir/st/exc.c @@ -110,8 +110,6 @@ bool is_handler_entry (ir_graph *graph, ir_node *block) bool is_entry = true; int i = 0; int n = get_irn_arity (block); - ir_node *node = 0; - ir_op* op = op_Bad; if (exc_invalid == get_Block_exc (block)) { diff --git a/ir/tr/typegmod.c b/ir/tr/typegmod.c index 5cd16b387..553ad2967 100644 --- a/ir/tr/typegmod.c +++ b/ir/tr/typegmod.c @@ -13,7 +13,6 @@ # include "irmode.h" inline void exchange_types(type *old_type, type *new_type) { - int i; /* Deallocate datastructures not directly contained in the old type. We must do this now as it is the latest point where we know the original kind of type. -- 2.20.1