Author: cem
Date: Fri Oct 18 02:25:30 2019
New Revision: 353713
URL: https://svnweb.freebsd.org/changeset/base/353713

Log:
  x86: Remove unused variable from r353712
  
  It was in my git tree (uncommitted) and didn't get carried over to SVN in
  r353712.
  
  X-MFC-With:   r353712

Modified:
  head/sys/x86/x86/tsc.c

Modified: head/sys/x86/x86/tsc.c
==============================================================================
--- head/sys/x86/x86/tsc.c      Fri Oct 18 02:18:17 2019        (r353712)
+++ head/sys/x86/x86/tsc.c      Fri Oct 18 02:25:30 2019        (r353713)
@@ -228,7 +228,6 @@ tsc_freq_intel(void)
 static void
 probe_tsc_freq(void)
 {
-       u_int regs[4];
        uint64_t tsc1, tsc2;
        uint16_t bootflags;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to