Fix MSVC warning. No functional change.

This commit is contained in:
Wilson Snyder
2026-06-28 09:47:53 -04:00
parent 59b85f670b
commit 9448e4366c
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -377,7 +377,6 @@ void VL_PRINTF_MT(const char* formatp, ...) VL_MT_SAFE {
}
void VL_FFLUSH_MT() VL_MT_SAFE {
va_list ap;
VerilatedThreadMsgQueue::post(VerilatedMsg{[=]() { //
Verilated::runFlushCallbacks();
}});