aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray/_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/intarray/_int.h')
-rw-r--r--contrib/intarray/_int.h6
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);