Skip to content

Commit 01d1336

Browse files
committed
CPU (FreeBSD): remove unused variables
1 parent 28f2e9e commit 01d1336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/detection/cpu/cpu_bsd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const char* ffDetectCPUImpl(const FFCPUOptions* options, FFCPUResult* cpu)
3939
}
4040
}
4141

42-
uint32_t ifreq = (uint32_t) -1;
4342
for (uint16_t i = 0; i < cpu->coresLogical; ++i)
4443
{
4544
ffStrbufClear(&buffer);

0 commit comments

Comments
 (0)