diff --git a/src/modules/physicalmemory/physicalmemory.c b/src/modules/physicalmemory/physicalmemory.c index c629a3831..68d8d61de 100644 --- a/src/modules/physicalmemory/physicalmemory.c +++ b/src/modules/physicalmemory/physicalmemory.c @@ -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)