diff options
Diffstat (limited to 'contrib/intarray/_int.h')
-rw-r--r-- | contrib/intarray/_int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/intarray/_int.h b/contrib/intarray/_int.h index b689eb7dedf..f03fdf9add9 100644 --- a/contrib/intarray/_int.h +++ b/contrib/intarray/_int.h @@ -86,12 +86,6 @@ typedef struct #define GETSIGN(x) ( (BITVECP)( (char*)x+GTHDRSIZE ) ) /* - * types for functions - */ -typedef ArrayType *(*formarray) (ArrayType *, ArrayType *); -typedef void (*formfloat) (ArrayType *, float *); - -/* * useful functions */ bool isort(int32 *a, int len); |