summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-05-30 23:27:21 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-05-30 23:27:21 +0000
commitb13ddb3bcad76e3a04391f417e7030774eea4037 (patch)
tree735c0afd3e67bfa8cd50f8df0b033880347f08a2 /libavcodec/bitstream.c
parentb9c8388710a06544812739eedc0a40d3451491dc (diff)
unused
Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.c')
-rw-r--r--libavcodec/bitstream.c5
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);