Commit da35d148 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove unused macro

It has never been used as long as hstore has been in the tree.
parent 5963b29e
......@@ -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++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment