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:
Lars-Peter Clausen 2022-03-12 16:17:49 +01:00
parent ede341410f
commit 3906d043b9
1 changed files with 0 additions and 6 deletions

View File

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