Merge "Remove dead code."
This commit is contained in:
commit
8550740431
1 changed files with 0 additions and 8 deletions
|
|
@ -59,8 +59,6 @@
|
||||||
# define DBUG(x) ((void)0)
|
# define DBUG(x) ((void)0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_FUNOPEN
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Definition of a seekable, write-only memory stream.
|
* Definition of a seekable, write-only memory stream.
|
||||||
*/
|
*/
|
||||||
|
|
@ -251,12 +249,6 @@ FILE* open_memstream(char** bufp, size_t* sizep)
|
||||||
return fp;
|
return fp;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /*not HAVE_FUNOPEN*/
|
|
||||||
FILE* open_memstream(char** bufp, size_t* sizep)
|
|
||||||
{
|
|
||||||
abort();
|
|
||||||
}
|
|
||||||
#endif /*HAVE_FUNOPEN*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue