diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/c.h b/src/include/c.h index b21e4074dd6..7bc4b8a001b 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -591,14 +591,6 @@ typedef uint32 CommandId; #define FirstCommandId ((CommandId) 0) #define InvalidCommandId (~(CommandId)0) -/* - * Array indexing support - */ -#define MAXDIM 6 -typedef struct -{ - int indx[MAXDIM]; -} IntArray; /* ---------------- * Variable-length datatypes all share the 'struct varlena' header. |