Commit 65de23d1 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove non C code.

Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 09dafaeb
......@@ -84,17 +84,6 @@ static void av_free_static(void)
av_freep(&array_static);
}
/**
* Call av_free_static automatically before it's too late
*/
static void do_free(void) __attribute__ ((destructor));
static void do_free(void)
{
av_free_static();
}
void align_put_bits(PutBitContext *s)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment