diff options
author | austriancoder <austriancoder> | 2004-09-13 16:33:23 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-13 16:33:23 +0000 |
commit | fbf062b303a4aaaa147e6ccbad5c1def99354a1c (patch) | |
tree | 0c9c135c43220796938a56a6294fc92612708498 | |
parent | 05bc5bd2466f42a18fe467ee611f0a2e42bade39 (diff) | |
download | vdr-plugin-dxr3-fbf062b303a4aaaa147e6ccbad5c1def99354a1c.tar.gz vdr-plugin-dxr3-fbf062b303a4aaaa147e6ccbad5c1def99354a1c.tar.bz2 |
kicked out not needed source
-rw-r--r-- | dxr3memcpy.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h index 6308532..b9ed96b 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -59,15 +59,6 @@ */ #define BUFSIZE 1024*1024 -enum { - MEMCPY_PROBE = 0, - MEMCPY_GLIBC, - MEMCPY_KERNEL, - MEMCPY_MMX, - MEMCPY_MMXEXT, - MEMCPY_SSE -}; - // ================================== struct memcpy_routine { |