From 9f6f711f8d5d2ce1c6983a03076aecd08ca05736 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Tue, 29 Jul 2008 21:08:50 +0100 Subject: [PATCH] Remove unused variable --- tgt-vhdl/process.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tgt-vhdl/process.cc b/tgt-vhdl/process.cc index 9e5b83207..432278ce5 100644 --- a/tgt-vhdl/process.cc +++ b/tgt-vhdl/process.cc @@ -78,7 +78,6 @@ static int generate_vhdl_process(vhdl_entity *ent, ivl_process_t proc) int draw_process(ivl_process_t proc, void *cd) { ivl_scope_t scope = ivl_process_scope(proc); - const char *scope_name = ivl_scope_name(scope); // A process should occur in a module scope, therefore it // should have already been assigned a VHDL entity