diff options
Diffstat (limited to 'src/backend/access/rtstrat.h')
-rw-r--r-- | src/backend/access/rtstrat.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/backend/access/rtstrat.h b/src/backend/access/rtstrat.h deleted file mode 100644 index 5b439e7b338..00000000000 --- a/src/backend/access/rtstrat.h +++ /dev/null @@ -1,18 +0,0 @@ -/*------------------------------------------------------------------------- - * - * rtstrat.h-- - * routines defined in access/rtree/rtstrat.c - * - * - * Copyright (c) 1994, Regents of the University of California - * - * $Id: rtstrat.h,v 1.1.1.1 1996/07/09 06:21:09 scrappy Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef RTSTRAT_H - -extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum, - RegProcedure proc); - -#endif /* RTSTRAT_H */ |