From ab44f6866b4ff2c7dee43f267480f735f196da6c Mon Sep 17 00:00:00 2001 From: pnenzi Date: Wed, 6 Apr 2005 16:37:29 +0000 Subject: [PATCH] removed prototype for inp_nummodes() --- ChangeLog | 5 +++++ src/frontend/subckt.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index af84fa705..7b81a19b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-06 Paolo Nenzi + + * src/frontend/subckt.h: Since inp_numnodes has been declared static + the prototype has been removed. + 2005-04-04 Paolo Nenzi * src/frontend/subckt.c: Applied patch from Steven Borley diff --git a/src/frontend/subckt.h b/src/frontend/subckt.h index 2a134e1cc..ec9a47fe7 100644 --- a/src/frontend/subckt.h +++ b/src/frontend/subckt.h @@ -8,8 +8,5 @@ struct line * inp_subcktexpand(struct line *deck); struct line * inp_deckcopy(struct line *deck); -int inp_numnodes(char c); - - #endif