diff options
Diffstat (limited to 'src/include/parser/parse_func.h')
-rw-r--r-- | src/include/parser/parse_func.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index e6353be34e7..17c618f0acf 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_func.h,v 1.39 2002/04/11 20:00:15 tgl Exp $ + * $Id: parse_func.h,v 1.40 2002/04/16 23:08:12 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -28,16 +28,6 @@ typedef struct _InhPaths Oid *supervec; /* vector of superclasses */ } InhPaths; -/* - * This structure holds a list of possible functions or operators that - * agree with the known name and argument types of the function/operator. - */ -typedef struct _CandidateList -{ - Oid *args; - struct _CandidateList *next; -} *CandidateList; - /* Result codes for func_get_detail */ typedef enum { |