Skip to content
Snippets Groups Projects
Commit e4d1e264 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Remove unused InhPaths

Allegedly, the last remaining usages of that struct were removed by
0e99be1c.

Author: Peter Geoghegan
parent f9ef578d
Branches
Tags
No related merge requests found
...@@ -18,18 +18,6 @@ ...@@ -18,18 +18,6 @@
#include "parser/parse_node.h" #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 */ /* Result codes for func_get_detail */
typedef enum typedef enum
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment