summaryrefslogtreecommitdiff
path: root/identify.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-07-02 17:47:56 -0400
committerDave Jones <davej@redhat.com>2008-07-02 17:47:56 -0400
commita2f50d9087f18494df86fde9376bd62cf9dea982 (patch)
tree6cd008ba8304fc3cdfce143068a2589ec4bb4726 /identify.c
parent32566baa74ff460a4e9654b7c819e15767de4737 (diff)
Move more info stuff into main()
Diffstat (limited to 'identify.c')
-rw-r--r--identify.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/identify.c b/identify.c
index a6c992b..70b602f 100644
--- a/identify.c
+++ b/identify.c
@@ -114,23 +114,4 @@ void show_info(struct cpudata *cpu)
default:
break;
}
-
- if (show_connector)
- decode_connector(cpu->connector);
-
- if (show_urls) {
- if (cpu->datasheet_url != NULL)
- printf("Datasheet: %s\n", cpu->datasheet_url);
-
- if (cpu->errata_url != NULL)
- printf("Errata: %s\n", cpu->errata_url);
-
- printf("\n");
- }
-
- if (!user_is_root)
- return;
-
- if (show_mtrr)
- dump_mtrrs(cpu);
}