From 43d67502c139fd32e26d62b844356aab84d790d0 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 27 Jan 2017 17:16:14 +0200 Subject: [PATCH] Remove prototype for non-existent function. Commit 846b6e5dc1 removed the function, but forgot to remove the prototype. --- src/include/utils/workfile_mgr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/utils/workfile_mgr.h b/src/include/utils/workfile_mgr.h index c81cb98c07..d1b43e2166 100644 --- a/src/include/utils/workfile_mgr.h +++ b/src/include/utils/workfile_mgr.h @@ -128,7 +128,6 @@ workfile_set *workfile_mgr_create_set(enum ExecWorkFileType type, bool can_be_re PlanState *ps); void workfile_mgr_close_set(workfile_set *work_set); void workfile_mgr_cleanup(void); -bool workfile_mgr_can_reuse(workfile_set *work_set, PlanState *ps); Size workfile_mgr_shmem_size(void); void workfile_mgr_cache_init(void); void workfile_mgr_mark_complete(workfile_set *work_set); -- GitLab