diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-30 19:39:50 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-30 19:39:50 +0000 |
commit | baf57ee07b7d041c14e2f0454f776a3582372bdf (patch) | |
tree | 88a8fc1352251aefba386c0fd1e1e58165cec097 /src/include/access/giststrat.h | |
parent | 6625cf5f4fa5cd4b71e476e0ec1371f7a8a2b8ee (diff) | |
download | postgresql-baf57ee07b7d041c14e2f0454f776a3582372bdf.tar.gz postgresql-baf57ee07b7d041c14e2f0454f776a3582372bdf.zip |
Remove unused, redundant header files.
Diffstat (limited to 'src/include/access/giststrat.h')
-rw-r--r-- | src/include/access/giststrat.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h deleted file mode 100644 index c2fc30edf42..00000000000 --- a/src/include/access/giststrat.h +++ /dev/null @@ -1,20 +0,0 @@ -/*------------------------------------------------------------------------- - * - * giststrat.h - * routines defined in access/gist/giststrat.c - * - * - * - * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp - * - *------------------------------------------------------------------------- - */ -#ifndef GISTSTRAT_H -#define GISTSTRAT_H - -#include "utils/rel.h" - -extern StrategyNumber RelationGetGISTStrategy(Relation r, - AttrNumber attnum, RegProcedure proc); - -#endif /* GISTSTRAT_H */ |