From 3906d043b9411b5b05fc359f4b8ce524aaa9a390 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 12 Mar 2022 16:17:49 +0100 Subject: [PATCH] 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 --- pform.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pform.h b/pform.h index 5468d44b7..2fa5851e3 100644 --- a/pform.h +++ b/pform.h @@ -464,12 +464,6 @@ extern std::vector* pform_make_udp_input_ports(std::list*); extern void pform_make_events(std::list*names, const char*file, unsigned lineno); -/* - * Make real datum objects. - */ -extern void pform_make_reals(std::list*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.