aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/plannodes.h')
-rw-r--r--src/include/nodes/plannodes.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index f0b8ecbb671..d652a48f6bf 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.19 1998/11/22 10:45:09 vadim Exp $
+ * $Id: plannodes.h,v 1.20 1999/01/23 23:28:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -328,16 +328,6 @@ typedef struct Hash
int hashtablesize;
} Hash;
-/* ---------------------
- * choose node
- * ---------------------
- */
-typedef struct Choose
-{
- Plan plan;
- List *chooseplanlist;
-} Choose;
-
/* -------------------
* Tee node information
*