mirror of
https://github.com/verilator/verilator.git
synced 2026-08-29 09:20:11 +02:00
Internals: Add some internal coverage exclusions etc. No functional change.
This commit is contained in:
@@ -58,7 +58,7 @@ VlWorkerThread::~VlWorkerThread() {
|
||||
m_cthread.join();
|
||||
}
|
||||
|
||||
static void shutdownTask(void*, bool) {
|
||||
static void shutdownTask(void*, bool) { // LCOV_EXCL_LINE
|
||||
// Deliberately empty, we use the address of this function as a magic number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user