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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h
deleted file mode 100644
index 6adf9a4517e..00000000000
--- a/src/include/commands/schemacmds.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * schemacmds.h
- * prototypes for schemacmds.c.
- *
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: schemacmds.h,v 1.1 2002/04/15 05:22:04 tgl Exp $
- *
- *-------------------------------------------------------------------------
- */
-
-#ifndef SCHEMACMDS_H
-#define SCHEMACMDS_H
-
-#include "nodes/parsenodes.h"
-
-extern void CreateSchemaCommand(CreateSchemaStmt *parsetree);
-
-#endif /* SCHEMACMDS_H */