From 281b6aa06f0feb1f2d8cceb933ac941982e600c6 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 22 Feb 2011 19:20:10 -0500 Subject: remove unnecessary assignment --- x86info.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x86info.c b/x86info.c index 4200f5a..e7a4efb 100644 --- a/x86info.c +++ b/x86info.c @@ -245,11 +245,10 @@ int main (int argc, char **argv) } } - cpu = firstcpu; display_topology(firstcpu); printf(" running at an estimated "); - display_MHz(cpu); + display_MHz(firstcpu); printf("\n"); -- cgit v1.2.3