Skip to content

Commit da35d14

Browse files
committed
Remove unused macro
It has never been used as long as hstore has been in the tree.
1 parent 5963b29 commit da35d14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: contrib/hstore/hstore_gist.c

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
typedef char BITVEC[SIGLEN];
2020
typedef char *BITVECP;
2121

22-
#define SIGPTR(x) ( (BITVECP) ARR_DATA_PTR(x) )
23-
24-
2522
#define LOOPBYTE \
2623
for(i=0;i<SIGLEN;i++)
2724

0 commit comments

Comments
 (0)