Skip to content

Commit 9ec909e

Browse files
lplewabratpiorka
authored andcommitted
remove not needed forward declarations
Signed-off-by: Łukasz Plewa <[email protected]>
1 parent a74fcb4 commit 9ec909e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pool/pool_disjoint.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@
1616
#include "utils_sanitizers.h"
1717

1818
// Forward declarations
19-
static slab_t *create_slab(bucket_t *bucket, bool full_size);
20-
static void destroy_slab(slab_t *slab);
21-
2219
static void bucket_update_stats(bucket_t *bucket, int in_use, int in_pool);
2320
static bool bucket_can_pool(bucket_t *bucket);
2421
static void bucket_decrement_pool(bucket_t *bucket, bool *from_pool);
2522
static slab_list_item_t *bucket_get_avail_slab(bucket_t *bucket,
2623
bool *from_pool);
27-
static slab_list_item_t *bucket_get_avail_full_slab(bucket_t *bucket,
28-
bool *from_pool);
2924

3025
static __TLS umf_result_t TLS_last_allocation_error;
3126

0 commit comments

Comments
 (0)