Remove unused pform_make_reals() function prototype
There is a function prototype for `pform_make_reals()`, but the function is never declared nor used. Remove it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
ede341410f
commit
3906d043b9
6
pform.h
6
pform.h
|
|
@ -464,12 +464,6 @@ extern std::vector<PWire*>* pform_make_udp_input_ports(std::list<perm_string>*);
|
|||
|
||||
extern void pform_make_events(std::list<perm_string>*names,
|
||||
const char*file, unsigned lineno);
|
||||
/*
|
||||
* Make real datum objects.
|
||||
*/
|
||||
extern void pform_make_reals(std::list<perm_string>*names,
|
||||
const char*file, unsigned lineno);
|
||||
|
||||
/*
|
||||
* The makegate function creates a new gate (which need not have a
|
||||
* name) and connects it to the specified wires.
|
||||
|
|
|
|||
Loading…
Reference in New Issue