diff options
Diffstat (limited to 'libavcodec/bitstream.c')
-rw-r--r-- | libavcodec/bitstream.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index d39980f4df..b69d3cb452 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -42,11 +42,6 @@ attribute_deprecated av_alloc_size(2) static void *ff_realloc_static(void *ptr, unsigned int size); -static void *av_mallocz_static(unsigned int size) -{ - return av_mallocz(size); -} - static void *ff_realloc_static(void *ptr, unsigned int size) { return av_realloc(ptr, size); |