summaryrefslogtreecommitdiff
path: root/identify.c
diff options
context:
space:
mode:
Diffstat (limited to 'identify.c')
-rw-r--r--identify.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/identify.c b/identify.c
index af38016..33f35de 100644
--- a/identify.c
+++ b/identify.c
@@ -107,10 +107,6 @@ void show_info(struct cpudata *cpu)
printf("\n");
-
- if (!verbose)
- return;
-
switch (cpu->vendor) {
case VENDOR_AMD:
display_AMD_info(cpu);