From f20ee663740b0fa8b9b8605dfe91a09a897cd155 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 3 Jul 2022 20:50:18 +0200 Subject: [PATCH] I was so excited I forgot to delete these lines. --- source/core/bktr.c | 71 ---------------------------------------------- 1 file changed, 71 deletions(-) diff --git a/source/core/bktr.c b/source/core/bktr.c index 7a44075..e05e536 100644 --- a/source/core/bktr.c +++ b/source/core/bktr.c @@ -263,77 +263,6 @@ end: return success; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - static const char *bktrGetStorageTypeName(u8 storage_type) { return (storage_type < BucketTreeStorageType_Count ? g_bktrStorageTypeNames[storage_type] : NULL);