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
This commit is contained in:
Conrad Meyer 2019-10-18 02:25:30 +00:00
parent bb044eaf54
commit b1f22a0083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353713

View File

@ -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;