summaryrefslogtreecommitdiff
path: root/dxr3memcpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3memcpy.h')
-rw-r--r--dxr3memcpy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h
index 50d7581..b0f8c14 100644
--- a/dxr3memcpy.h
+++ b/dxr3memcpy.h
@@ -57,11 +57,6 @@
// size of buffer for benchmark
#define BUFSIZE 1024*1024
-// get gcc version
-#define GCC_VERSION (__GNUC__ * 10000 \
- + __GNUC_MINOR__ * 100 \
- + __GNUC_PATCHLEVEL__)
-
enum {
MEMCPY_PROBE = 0,
MEMCPY_GLIBC,