PhysicalMemory: remove an unused variable

This commit is contained in:
李通洲
2024-07-01 13:54:48 +08:00
parent d3e50fe595
commit 01d04a8fa2
@@ -21,7 +21,6 @@ void ffPrintPhysicalMemory(FFPhysicalMemoryOptions* options)
}
FF_STRBUF_AUTO_DESTROY prettySize = ffStrbufCreate();
FF_STRBUF_AUTO_DESTROY key = ffStrbufCreate();
uint32_t i = 0;
FF_LIST_FOR_EACH(FFPhysicalMemoryResult, device, result)