remove unused UV_BITS
Lukas Mai [Thu, 18 Jul 2013 23:26:18 +0000 (01:26 +0200)]
Parameters.xs

index 3ca4d40..ebbc5e9 100644 (file)
@@ -88,8 +88,6 @@ WARNINGS_ENABLE
 
 #define DEFSTRUCT(T) typedef struct T T; struct T
 
-#define UV_BITS (sizeof (UV) * CHAR_BIT)
-
 enum {
        FLAG_NAME_OK      = 0x01,
        FLAG_ANON_OK      = 0x02,