From 79b94716e72086b07549b1c867a8ecdea6bae77e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 5 Jul 2019 19:28:45 -0400 Subject: Remove unreferenced function declarations. These seem to be leftovers from old patches, perhaps. Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoDuAYsRb3Q9aobkFZ6DZMWxsyg4HOmgkwgeWNfSkTwGxw@mail.gmail.com --- src/include/commands/tablecmds.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/commands') diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index b09afa2775b..ac2bfaff1e4 100644 --- a/src/include/commands/tablecmds.h +++ b/src/include/commands/tablecmds.h @@ -60,8 +60,6 @@ extern void SetRelationHasSubclass(Oid relationId, bool relhassubclass); extern ObjectAddress renameatt(RenameStmt *stmt); -extern ObjectAddress renameatt_type(RenameStmt *stmt); - extern ObjectAddress RenameConstraint(RenameStmt *stmt); extern ObjectAddress RenameRelation(RenameStmt *stmt); -- cgit v1.2.3