We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7902100 commit 21acb66Copy full SHA for 21acb66
features/storage/kvstore/tdbstore/TDBStore.cpp
@@ -860,7 +860,6 @@ int TDBStore::garbage_collection()
860
{
861
ram_table_entry_t *ram_table = (ram_table_entry_t *) _ram_table;
862
uint32_t to_offset, to_next_offset;
863
- uint32_t chunk_size, reserved_size;
864
int ret;
865
size_t ind;
866
@@ -996,7 +995,7 @@ int TDBStore::init()
996
995
uint32_t next_offset;
997
uint32_t flags, hash;
998
uint32_t actual_data_size;
999
- int os_ret, ret = MBED_SUCCESS;
+ int ret = MBED_SUCCESS;
1000
uint16_t versions[_num_areas];
1001
1002
_mutex.lock();
0 commit comments