mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Remove unused macro
It has never been used as long as hstore has been in the tree.
This commit is contained in:
parent
5963b29e03
commit
da35d14806
@ -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…
x
Reference in New Issue
Block a user