summaryrefslogtreecommitdiff
path: root/src/include/commands/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/view.h')
-rw-r--r--src/include/commands/view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index 13a58017ba1..663e096a7af 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -17,8 +17,6 @@
#include "catalog/objectaddress.h"
#include "nodes/parsenodes.h"
-extern void validateWithCheckOption(const char *value);
-
extern ObjectAddress DefineView(ViewStmt *stmt, const char *queryString,
int stmt_location, int stmt_len);