mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
inpcom.c, exclude currently unused functions
This commit is contained in:
@@ -1790,6 +1790,7 @@ comment_out_unused_subckt_models(struct line *start_card, int no_of_lines)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
// find closing paren
|
// find closing paren
|
||||||
static char *
|
static char *
|
||||||
inp_search_closing_paren(char *s)
|
inp_search_closing_paren(char *s)
|
||||||
@@ -1808,8 +1809,10 @@ inp_search_closing_paren(char *s)
|
|||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* search backwards for opening paren */
|
/* search backwards for opening paren */
|
||||||
static char *
|
static char *
|
||||||
inp_search_opening_paren(char *s, char *start)
|
inp_search_opening_paren(char *s, char *start)
|
||||||
@@ -1828,6 +1831,7 @@ inp_search_opening_paren(char *s, char *start)
|
|||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------*
|
/*-------------------------------------------------------------------------*
|
||||||
|
|||||||
Reference in New Issue
Block a user