diff options
Diffstat (limited to 'src/include/port/univel.h')
-rw-r--r-- | src/include/port/univel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/port/univel.h b/src/include/port/univel.h index 83dd6cc03f9..100b9973d9a 100644 --- a/src/include/port/univel.h +++ b/src/include/port/univel.h @@ -6,13 +6,6 @@ ***************************************/ #define USE_UNIVEL_CC -#if defined(__ia64) -typedef unsigned int slock_t; -#else -typedef unsigned char slock_t; -#endif - - #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif |