Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2009 11:16:32 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195188 - head/sys/amd64/amd64
Message-ID:  <200906301116.n5UBGWi4078983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Tue Jun 30 11:16:32 2009
New Revision: 195188
URL: http://svn.freebsd.org/changeset/base/195188

Log:
  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

Modified:
  head/sys/amd64/amd64/identcpu.c

Modified: head/sys/amd64/amd64/identcpu.c
==============================================================================
--- head/sys/amd64/amd64/identcpu.c	Tue Jun 30 10:07:33 2009	(r195187)
+++ head/sys/amd64/amd64/identcpu.c	Tue Jun 30 11:16:32 2009	(r195188)
@@ -107,9 +107,6 @@ static struct {
 };
 
 
-extern int pq_l2size;
-extern int pq_l2nways;
-
 void
 printcpuinfo(void)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906301116.n5UBGWi4078983>