summaryrefslogtreecommitdiff
path: root/libc/sysdeps/generic/memcopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/generic/memcopy.h')
-rw-r--r--libc/sysdeps/generic/memcopy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/generic/memcopy.h b/libc/sysdeps/generic/memcopy.h
index ad2846682..a8e5a44fe 100644
--- a/libc/sysdeps/generic/memcopy.h
+++ b/libc/sysdeps/generic/memcopy.h
@@ -61,9 +61,6 @@
/* Type to use for unaligned operations. */
typedef unsigned char byte;
-/* Optimal type for storing bytes in registers. */
-#define reg_char char
-
#if __BYTE_ORDER == __LITTLE_ENDIAN
#define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2)))
#endif