Skip to content

Commit 4a132ab

Browse files
committed
HTNegate/HTCommute/HTNegateCommute are not used.
1 parent 0c001f0 commit 4a132ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/hash/hashstrat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.8 1997/08/19 21:29:07 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.9 1997/08/20 02:01:42 vadim Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -21,6 +21,7 @@
2121
* only one valid strategy for hash tables: equality.
2222
*/
2323

24+
#ifdef NOT_USED
2425
static StrategyNumber HTNegate[1] = {
2526
InvalidStrategy
2627
};
@@ -33,7 +34,6 @@ static StrategyNumber HTNegateCommute[1] = {
3334
InvalidStrategy
3435
};
3536

36-
#ifdef NOT_USED
3737
static StrategyEvaluationData HTEvaluationData = {
3838
/* XXX static for simplicity */
3939

0 commit comments

Comments
 (0)