From a20700b64de2c03bbf1e2d85acde0a59117d7e33 Mon Sep 17 00:00:00 2001 From: Hanhui Date: Fri, 15 Sep 2017 15:51:23 +0800 Subject: [PATCH] Removed some type define. --- target/h/types/vxTypes.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/target/h/types/vxTypes.h b/target/h/types/vxTypes.h index 5f8be2f..94dba34 100644 --- a/target/h/types/vxTypes.h +++ b/target/h/types/vxTypes.h @@ -51,13 +51,6 @@ _TYPE_quad_t; #undef _TYPE_quad_t #endif -/* old Berkeley definitions */ - -typedef unsigned char uchar_t; -typedef unsigned short ushort_t; -typedef unsigned int uint_t; -typedef unsigned long ulong_t; - /* Type for arbitrary user-supplied argument to a user-supplied routine. */ #ifdef _WRS_CONFIG_LP64 typedef long _Vx_usr_arg_t;