summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pool.h b/src/pool.h
index 5ac9b764f..b0007f315 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -143,8 +143,6 @@ extern uint32_t git_pool__full_pages(git_pool *pool);
extern bool git_pool__ptr_in_pool(git_pool *pool, void *ptr);
-extern uint32_t git_pool__system_page_size(void);
-
extern uint32_t git_pool__suggest_items_per_page(uint32_t item_size);
#endif