diff options
Diffstat (limited to 'hardware.c')
-rw-r--r-- | hardware.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ static void readProcCpuInfo (char *model, char *cache) { ** Writes output */ void hardware(const int write_to_file, FILE *global_ofile) { - char buffer[BUF_SIZ]; char os[BUF_SIZ]; char model[BUF_SIZ]; char cache[BUF_SIZ]; |