diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-24 12:27:18 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-24 12:27:18 +0200 |
commit | 4b77461f6643447a5b4cb0e133c8eaf8dd1cef72 (patch) | |
tree | 0f3ba1835730577bae605f95070754f2a313905f /modules/devices/riscv/processor.c | |
parent | a8ccc2aa89c78108566c67b9e853797ea451f9c8 (diff) |
FIX GCC warnings arch/GCC version related
Diffstat (limited to 'modules/devices/riscv/processor.c')
-rw-r--r-- | modules/devices/riscv/processor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/devices/riscv/processor.c b/modules/devices/riscv/processor.c index cd8da4c7..ee7f48c7 100644 --- a/modules/devices/riscv/processor.c +++ b/modules/devices/riscv/processor.c @@ -33,7 +33,6 @@ processor_scan(void) FILE *cpuinfo; gchar buffer[128]; gchar *rep_pname = NULL; - gchar *tmpfreq_str = NULL; GSList *pi = NULL; cpuinfo = fopen(PROC_CPUINFO, "r"); |