Commit a79f59e3 authored by Måns Rullgård's avatar Måns Rullgård

Remove unused fast_memcpy() function in dct-test

Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9b55e2e7
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
#undef printf #undef printf
void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};
void ff_mmx_idct(DCTELEM *data); void ff_mmx_idct(DCTELEM *data);
void ff_mmxext_idct(DCTELEM *data); void ff_mmxext_idct(DCTELEM *data);
......
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