Merge branch 'custom-type-reification'
[p5sagit/Function-Parameters.git] / Parameters.xs
index ea7b797..4a44068 100644 (file)
@@ -89,8 +89,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,