Skip to content

Commit e4d1e26

Browse files
committed
Remove unused InhPaths
Allegedly, the last remaining usages of that struct were removed by 0e99be1. Author: Peter Geoghegan
1 parent f9ef578 commit e4d1e26

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/include/parser/parse_func.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@
1818
#include "parser/parse_node.h"
1919

2020

21-
/*
22-
* This structure is used to explore the inheritance hierarchy above
23-
* nodes in the type tree in order to disambiguate among polymorphic
24-
* functions.
25-
*/
26-
typedef struct _InhPaths
27-
{
28-
int nsupers; /* number of superclasses */
29-
Oid self; /* this class */
30-
Oid *supervec; /* vector of superclasses */
31-
} InhPaths;
32-
3321
/* Result codes for func_get_detail */
3422
typedef enum
3523
{

0 commit comments

Comments
 (0)