summaryrefslogtreecommitdiff
path: root/hardware.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 16:04:14 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 16:04:14 +0000
commit6da6277b77b5de3fa874ffd1989ef59a67ef39dd (patch)
treef13efe83ce2a550ae26b07b8c51a85eae73ae809 /hardware.c
parentfdb0f96aa0254eb5864d34fb3ae734e178935a3f (diff)
Remove unneeded variables
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@33 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'hardware.c')
-rw-r--r--hardware.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hardware.c b/hardware.c
index 20341c2..5f29d1a 100644
--- a/hardware.c
+++ b/hardware.c
@@ -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];