OSDN Git Service

Remove last recipe file.
authorBruce Momjian <bruce@momjian.us>
Tue, 30 Jul 2002 18:44:01 +0000 (18:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 30 Jul 2002 18:44:01 +0000 (18:44 +0000)
src/backend/commands/_deadcode/recipe.h [deleted file]

diff --git a/src/backend/commands/_deadcode/recipe.h b/src/backend/commands/_deadcode/recipe.h
deleted file mode 100644 (file)
index 0bda61f..0000000
+++ /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 */