diff options
-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 { |