Remove unused variable
This commit is contained in:
parent
9a5b7bb0b0
commit
9f6f711f8d
|
|
@ -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)
|
int draw_process(ivl_process_t proc, void *cd)
|
||||||
{
|
{
|
||||||
ivl_scope_t scope = ivl_process_scope(proc);
|
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
|
// A process should occur in a module scope, therefore it
|
||||||
// should have already been assigned a VHDL entity
|
// should have already been assigned a VHDL entity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue