summaryrefslogtreecommitdiff
path: root/src/include/commands/schemacmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/schemacmds.h')
-rw-r--r--src/include/commands/schemacmds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h
index a9f8f6cb5d..ec8d8957d9 100644
--- a/src/include/commands/schemacmds.h
+++ b/src/include/commands/schemacmds.h
@@ -20,7 +20,6 @@
extern void CreateSchemaCommand(CreateSchemaStmt *parsetree,
const char *queryString);
-extern void RemoveSchemas(DropStmt *drop);
extern void RemoveSchemaById(Oid schemaOid);
extern void RenameSchema(const char *oldname, const char *newname);