summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 18:43:41 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 18:43:41 +0000
commita79f59e31cc89249be48f8e6242c70a78210d631 (patch)
treeaea3678c77571b071a719b5700426692e557e75a /libavcodec/dct-test.c
parent9b55e2e7276be0fc7edabafbd26d9c423ff16040 (diff)
Remove unused fast_memcpy() function in dct-test
Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index bc0dc1fdac..729ae47b2d 100644
--- a/libavcodec/dct-test.c
+++ b/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);