Remove unused `named_number_t` type
The last user of the named_number_t type was removed in commit 2f474358d9
("2f474358d99929ec625a46690d1be6939ed67064"). Remove the type as well.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
8bcdb5d862
commit
520b00095c
3
parse.y
3
parse.y
|
|
@ -455,9 +455,6 @@ Module::port_t *module_declare_port(const YYLTYPE&loc, char *id,
|
||||||
std::list<PLet::let_port_t*>*let_port_lst;
|
std::list<PLet::let_port_t*>*let_port_lst;
|
||||||
PLet::let_port_t*let_port_itm;
|
PLet::let_port_t*let_port_itm;
|
||||||
|
|
||||||
named_number_t* named_number;
|
|
||||||
std::list<named_number_t>* named_numbers;
|
|
||||||
|
|
||||||
named_pexpr_t*named_pexpr;
|
named_pexpr_t*named_pexpr;
|
||||||
std::list<named_pexpr_t>*named_pexprs;
|
std::list<named_pexpr_t>*named_pexprs;
|
||||||
struct parmvalue_t*parmvalue;
|
struct parmvalue_t*parmvalue;
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ class PWire;
|
||||||
class Statement;
|
class Statement;
|
||||||
class netclass_t;
|
class netclass_t;
|
||||||
class netenum_t;
|
class netenum_t;
|
||||||
typedef named<verinum> named_number_t;
|
|
||||||
typedef named<PExpr*> named_pexpr_t;
|
typedef named<PExpr*> named_pexpr_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue