diff options
Diffstat (limited to 'src/include/optimizer/geqo_paths.h')
-rw-r--r-- | src/include/optimizer/geqo_paths.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/include/optimizer/geqo_paths.h b/src/include/optimizer/geqo_paths.h deleted file mode 100644 index 2a62b459be7..00000000000 --- a/src/include/optimizer/geqo_paths.h +++ /dev/null @@ -1,28 +0,0 @@ -/*------------------------------------------------------------------------- - * - * geqo_paths.h - * prototypes for various subroutines in geqo_path.c - * - * Copyright (c) 1994, Regents of the University of California - * - * $Id: geqo_paths.h,v 1.9 1999/02/13 23:21:47 momjian Exp $ - * - *------------------------------------------------------------------------- - */ - -/* contributed by: - =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= - * Martin Utesch * Institute of Automatic Control * - = = University of Mining and Technology = - * utesch@aut.tu-freiberg.de * Freiberg, Germany * - =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= - */ - -#ifndef GEQO_PATHS_H -#define GEQO_PATHS_H - - -extern List *geqo_prune_rels(List *rel_list); -extern void geqo_set_cheapest(RelOptInfo *rel); - -#endif /* GEQO_PATHS_H */ |