Resolution of merge conflicts with pre-master: no tstrdup*() in code models.

This commit is contained in:
Jim Monte 2020-02-22 01:33:18 -05:00
parent bc5fc3ff0f
commit 1f63acf0b5
1 changed files with 0 additions and 4 deletions

View File

@ -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__