summaryrefslogtreecommitdiff
path: root/src/include/access/strat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/strat.h')
-rw-r--r--src/include/access/strat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/access/strat.h b/src/include/access/strat.h
index 0c3e82e9a2a..a5d08ed2b40 100644
--- a/src/include/access/strat.h
+++ b/src/include/access/strat.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: strat.h,v 1.9 1998/02/26 04:40:28 momjian Exp $
+ * $Id: strat.h,v 1.10 1998/08/11 19:32:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -74,11 +74,7 @@ typedef StrategyEvaluationData *StrategyEvaluation;
#define StrategyTransformMapIsValid(transform) PointerIsValid(transform)
-#ifndef CorrectStrategies /* XXX this should be removable */
-#define AMStrategies(foo) 12
-#else /* !defined(CorrectStrategies) */
#define AMStrategies(foo) (foo)
-#endif /* !defined(CorrectStrategies) */
typedef struct StrategyMapData
{