summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/recipe.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h
deleted file mode 100644
index 842165e872e..00000000000
--- a/src/include/commands/recipe.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * recipe.h
- * recipe handling routines
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: recipe.h,v 1.7 1999/02/13 23:21:19 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef RECIPE_H
-#define RECIPE_H
-
-#include "nodes/parsenodes.h"
-
-extern void beginRecipe(RecipeStmt *stmt);
-
-#endif /* RECIPE_H */