Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 402f8f77 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am aeac9cd1: am 85507404: Merge "Remove dead code."

* commit 'aeac9cd1':
  Remove dead code.
parents 29a7905e aeac9cd1
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -59,8 +59,6 @@
# define DBUG(x) ((void)0)
#endif

#ifdef HAVE_FUNOPEN

/*
 * Definition of a seekable, write-only memory stream.
 */
@@ -251,12 +249,6 @@ FILE* open_memstream(char** bufp, size_t* sizep)
    return fp;
}

#else /*not HAVE_FUNOPEN*/
FILE* open_memstream(char** bufp, size_t* sizep)
{
    abort();
}
#endif /*HAVE_FUNOPEN*/