From 1f63acf0b5e0f60613a5678d28fb8e9f949da7aa Mon Sep 17 00:00:00 2001 From: Jim Monte Date: Sat, 22 Feb 2020 01:33:18 -0500 Subject: [PATCH] Resolution of merge conflicts with pre-master: no tstrdup*() in code models. --- src/include/ngspice/cmproto.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/include/ngspice/cmproto.h b/src/include/ngspice/cmproto.h index 2164379e6..2855fa0c8 100644 --- a/src/include/ngspice/cmproto.h +++ b/src/include/ngspice/cmproto.h @@ -105,10 +105,6 @@ void *calloc_pj(size_t s1, size_t s2); void *realloc_pj(void *ptr, size_t s); void free_pj(void *ptr); -char *tstrdup(const char *str_in); -char *tstrdup_raw(const char *str_in); -const char *ngspice_version(void); - FILE *fopen_with_path(const char *path, const char *mode); #ifdef __GNUC__