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);