summaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r--src/include/nodes/nodes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index bce2d59b0d..d4bba8a80c 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -274,14 +274,6 @@ typedef enum NodeTag
T_StatisticExtInfo,
/*
- * TAGS FOR MEMORY NODES (memnodes.h)
- */
- T_MemoryContext,
- T_AllocSetContext,
- T_SlabContext,
- T_GenerationContext,
-
- /*
* TAGS FOR VALUE NODES (value.h)
*/
T_Value,