Commit 4a132abf authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

HTNegate/HTCommute/HTNegateCommute are not used.

parent 0c001f08
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.8 1997/08/19 21:29:07 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.9 1997/08/20 02:01:42 vadim Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
* only one valid strategy for hash tables: equality. * only one valid strategy for hash tables: equality.
*/ */
#ifdef NOT_USED
static StrategyNumber HTNegate[1] = { static StrategyNumber HTNegate[1] = {
InvalidStrategy InvalidStrategy
}; };
...@@ -33,7 +34,6 @@ static StrategyNumber HTNegateCommute[1] = { ...@@ -33,7 +34,6 @@ static StrategyNumber HTNegateCommute[1] = {
InvalidStrategy InvalidStrategy
}; };
#ifdef NOT_USED
static StrategyEvaluationData HTEvaluationData = { static StrategyEvaluationData HTEvaluationData = {
/* XXX static for simplicity */ /* XXX static for simplicity */
......
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