summaryrefslogtreecommitdiff
path: root/src/backend/access/gistscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/gistscan.h')
-rw-r--r--src/backend/access/gistscan.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/backend/access/gistscan.h b/src/backend/access/gistscan.h
deleted file mode 100644
index 5fa7abbcc48..00000000000
--- a/src/backend/access/gistscan.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * gistscan.h--
- * routines defined in access/gisr/gistscan.c
- *
- *
- *
- * rtscan.h,v 1.2 1995/06/14 00:06:58 jolly Exp
- *
- *-------------------------------------------------------------------------
- */
-#ifndef GISTSCAN_H
-
-void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
-
-#endif /* GISTSCAN_H */