From 2a22750c9693f24c4d179c6b1dedb1c4a7eadbd6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 3 Jun 2004 19:41:46 +0000 Subject: Remove typeTypeFlag(), which was not only unused but entirely redundant with typeTypType(). --- src/include/parser/parse_type.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/parser') diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h index 79825323952..f0b7b31a568 100644 --- a/src/include/parser/parse_type.h +++ b/src/include/parser/parse_type.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.26 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.27 2004/06/03 19:41:46 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -33,7 +33,6 @@ extern int16 typeLen(Type t); extern bool typeByVal(Type t); extern char typeTypType(Type t); extern char *typeTypeName(Type t); -extern char typeTypeFlag(Type t); extern Oid typeTypeRelid(Type typ); extern Datum stringTypeDatum(Type tp, char *string, int32 atttypmod); -- cgit v1.2.3