summaryrefslogtreecommitdiff
path: root/linux-core/xgi_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/xgi_types.h')
-rw-r--r--linux-core/xgi_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/xgi_types.h b/linux-core/xgi_types.h
index 724f5f86..f9a3360c 100644
--- a/linux-core/xgi_types.h
+++ b/linux-core/xgi_types.h
@@ -33,8 +33,6 @@
* Typedefs *
***************************************************************************/
-typedef unsigned char U8; /* 0 to 255 */
-typedef unsigned short U16; /* 0 to 65535 */
/*
* mainly for 64-bit linux, where long is 64 bits
* and win9x, where int is 16 bit.