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)
 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to