From 719b5e5c208741c6ee5aeedcd8efe774ad1897ef Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 7 Nov 2013 21:42:02 +0100 Subject: [PATCH] inpcom.c, exclude currently unused functions --- src/frontend/inpcom.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 61521ff6d..26033828a 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -1790,6 +1790,7 @@ comment_out_unused_subckt_models(struct line *start_card, int no_of_lines) } +#if 0 // find closing paren static char * inp_search_closing_paren(char *s) @@ -1808,8 +1809,10 @@ inp_search_closing_paren(char *s) return NULL; } +#endif +#if 0 /* search backwards for opening paren */ static char * inp_search_opening_paren(char *s, char *start) @@ -1828,6 +1831,7 @@ inp_search_opening_paren(char *s, char *start) return NULL; } +#endif /*-------------------------------------------------------------------------*