aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-30 18:44:01 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-30 18:44:01 +0000
commitad63a551b2faff608f3179e609ee597a25830cd7 (patch)
tree16b5b2e7544ea90eee9cbeb9612e82f95378a26f
parent937aef354550224fc06f00cf74cdb104164222e3 (diff)
downloadpostgresql-ad63a551b2faff608f3179e609ee597a25830cd7.tar.gz
postgresql-ad63a551b2faff608f3179e609ee597a25830cd7.zip
Remove last recipe file.
-rw-r--r--src/backend/commands/_deadcode/recipe.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/backend/commands/_deadcode/recipe.h b/src/backend/commands/_deadcode/recipe.h
deleted file mode 100644
index 0bda61fc2f4..00000000000
--- a/src/backend/commands/_deadcode/recipe.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * recipe.h
- * recipe handling routines
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: recipe.h,v 1.7 2002/06/20 20:29:27 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef RECIPE_H
-#define RECIPE_H
-
-#include "nodes/parsenodes.h"
-
-extern void beginRecipe(RecipeStmt *stmt);
-
-#endif /* RECIPE_H */