aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/parser/parse_func.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h
index b9b06ae358e..4423bc0222a 100644
--- a/src/include/parser/parse_func.h
+++ b/src/include/parser/parse_func.h
@@ -18,18 +18,6 @@
#include "parser/parse_node.h"
-/*
- * This structure is used to explore the inheritance hierarchy above
- * nodes in the type tree in order to disambiguate among polymorphic
- * functions.
- */
-typedef struct _InhPaths
-{
- int nsupers; /* number of superclasses */
- Oid self; /* this class */
- Oid *supervec; /* vector of superclasses */
-} InhPaths;
-
/* Result codes for func_get_detail */
typedef enum
{