summaryrefslogtreecommitdiff
path: root/identify.c
diff options
context:
space:
mode:
authordavej <davej>2001-12-10 20:50:01 +0000
committerdavej <davej>2001-12-10 20:50:01 +0000
commit2e6050936fa3d9c2defa6fca184587c73aa0c743 (patch)
treebf10bdb80ff8aa85ac4cf1ef4cfde198e54ae022 /identify.c
parent059829efd887386d7d9a2d6c0c04ad9e4e761278 (diff)
Nuke the last of the unneeded externs.
Diffstat (limited to 'identify.c')
-rw-r--r--identify.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/identify.c b/identify.c
index e15c685..709c4a9 100644
--- a/identify.c
+++ b/identify.c
@@ -1,5 +1,5 @@
/*
- * $Id: identify.c,v 1.15 2001/12/10 20:30:38 davej Exp $
+ * $Id: identify.c,v 1.16 2001/12/10 20:50:01 davej Exp $
* This file is part of x86info.
* (C) 2001 Dave Jones.
*
@@ -10,8 +10,6 @@
#include <stdio.h>
#include "x86info.h"
-extern int silent;
-
void identify (struct cpudata *cpu)
{
unsigned long maxi, maxei, eax, ebx, ecx, edx;