delete unused var
This commit is contained in:
parent
6f46b8491f
commit
9d75514b8e
@ -193,7 +193,6 @@ using namespace oceanbase::storage;
|
||||
|
||||
void get_tenant_ids(uint64_t* ids, int cap, int& cnt)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
auto *instance = ObMallocAllocator::get_instance();
|
||||
cnt = 0;
|
||||
for (uint64_t tenant_id = 1; tenant_id <= ObMallocAllocator::get_max_used_tenant_id() && cnt < cap; ++tenant_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user