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:
cem 2019-10-18 02:25:30 +00:00
parent 6487f370d2
commit 22adb9b140

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;