diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-02-28 00:28:50 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-02-28 00:28:50 +0100 |
commit | da35d14806249c4619b2b5efda061211768a27ce (patch) | |
tree | a7c7a8d84387be6a8ab2ebd93e45122d06802811 | |
parent | 5963b29e03d9b93011acb3954ccc3565d217acc3 (diff) | |
download | postgresql-da35d14806249c4619b2b5efda061211768a27ce.tar.gz postgresql-da35d14806249c4619b2b5efda061211768a27ce.zip |
Remove unused macro
It has never been used as long as hstore has been in the tree.
-rw-r--r-- | contrib/hstore/hstore_gist.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/hstore/hstore_gist.c b/contrib/hstore/hstore_gist.c index 6d24d2f468a..6a885f2926f 100644 --- a/contrib/hstore/hstore_gist.c +++ b/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++) |