Remove unused variable

This commit is contained in:
Nick Gasson 2008-07-29 21:08:50 +01:00
parent 9a5b7bb0b0
commit 9f6f711f8d
1 changed files with 0 additions and 1 deletions

View File

@ -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