Remove unused macro

It has never been used as long as hstore has been in the tree.
pull/39/head
Peter Eisentraut 6 years ago
parent 5963b29e03
commit da35d14806
  1. 3
      contrib/hstore/hstore_gist.c

@ -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++)

Loading…
Cancel
Save