summaryrefslogtreecommitdiff
path: root/src/include/access/rtstrat.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-05-30 19:39:50 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-05-30 19:39:50 +0000
commitbaf57ee07b7d041c14e2f0454f776a3582372bdf (patch)
tree88a8fc1352251aefba386c0fd1e1e58165cec097 /src/include/access/rtstrat.h
parent6625cf5f4fa5cd4b71e476e0ec1371f7a8a2b8ee (diff)
downloadpostgresql-baf57ee07b7d041c14e2f0454f776a3582372bdf.tar.gz
Remove unused, redundant header files.
Diffstat (limited to 'src/include/access/rtstrat.h')
-rw-r--r--src/include/access/rtstrat.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h
deleted file mode 100644
index a840eacc5d..0000000000
--- a/src/include/access/rtstrat.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * rtstrat.h
- * routines defined in access/rtree/rtstrat.c
- *
- *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: rtstrat.h,v 1.13 2001/01/24 19:43:19 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef RTSTRAT_H
-#define RTSTRAT_H
-
-#include "utils/rel.h"
-
-extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum,
- RegProcedure proc);
-
-#endif /* RTSTRAT_H */