Browse Source

Remove unused fast_memcpy() function in dct-test

Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 15 years ago
parent
commit
a79f59e31c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libavcodec/dct-test.c

+ 0 - 2
libavcodec/dct-test.c

@@ -44,8 +44,6 @@
 
 #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_mmxext_idct(DCTELEM *data);