diff options
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"); |