Remove unused macro

It has never been used as long as hstore has been in the tree.
This commit is contained in:
Peter Eisentraut 2019-02-28 00:28:50 +01:00
parent 5963b29e03
commit da35d14806
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@
typedef char BITVEC[SIGLEN];
typedef char *BITVECP;
#define SIGPTR(x) ( (BITVECP) ARR_DATA_PTR(x) )
#define LOOPBYTE \
for(i=0;i<SIGLEN;i++)