summaryrefslogtreecommitdiff
path: root/dxr3memcpy.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-05 23:40:15 +0000
committeraustriancoder <austriancoder>2004-09-05 23:40:15 +0000
commitb092f09c222db1c335e1d894933b92e7abc997a1 (patch)
tree3fc3c0036db7341ffc2bfada8d3502fea2539f04 /dxr3memcpy.h
parentc5bc3217189fa255ebefd183489d2a3da785d9ee (diff)
downloadvdr-plugin-dxr3-b092f09c222db1c335e1d894933b92e7abc997a1.tar.gz
vdr-plugin-dxr3-b092f09c222db1c335e1d894933b92e7abc997a1.tar.bz2
*** empty log message ***
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,