diff options
author | avg <avg@FreeBSD.org> | 2009-06-30 11:16:32 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2009-06-30 11:16:32 +0000 |
commit | 19735eeae0f563e449b7002c86c2920fcc4012d4 (patch) | |
tree | db92627152cc4009ef0ad0723a8e9c5299e35412 | |
parent | 4cf230ed170cd555457f98b62de976144a223f57 (diff) | |
download | FreeBSD-src-19735eeae0f563e449b7002c86c2920fcc4012d4.zip FreeBSD-src-19735eeae0f563e449b7002c86c2920fcc4012d4.tar.gz |
remove unused/unneeded extern declarations
This should result in no changes to compiled code.
Reviewed by: alc
Approved by: re (kib)
MFC after: 1 day
-rw-r--r-- | sys/amd64/amd64/identcpu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 46b7920..2c1b804 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -107,9 +107,6 @@ static struct { }; -extern int pq_l2size; -extern int pq_l2nways; - void printcpuinfo(void) { |