header fix

Signed-off-by: 無常 <919024219@qq.com>
This commit is contained in:
無常 2024-10-29 10:25:11 +08:00
parent 9398407bde
commit 7a8a67b854

View File

@ -43,17 +43,6 @@ int32_t RdConnection::Repair(const RdbStoreConfig& config)
return E_NOT_SUPPORT;
}
static constexpr const char *RD_POST_FIXES[] = {
"",
".redo",
".undo",
".ctrl",
".ctrl.dwr",
".safe",
".map",
".corruptedflg",
};
int32_t RdConnection::Delete(const RdbStoreConfig &config)
{
(void)config;