1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-18 21:13:25 +01:00

I was so excited I forgot to delete these lines.

This commit is contained in:
Pablo Curiel 2022-07-03 20:50:18 +02:00
parent b1fafa7d9f
commit f20ee66374

View file

@ -263,77 +263,6 @@ end:
return success;
}
static const char *bktrGetStorageTypeName(u8 storage_type)
{
return (storage_type < BucketTreeStorageType_Count ? g_bktrStorageTypeNames[storage_type] : NULL);