Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit e95a1bf

Browse files
froydnjiximeow
authored andcommitted
remove pthread-related imports from guest_fault tests
These appear to be unused.
1 parent 30ff57b commit e95a1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lucet-runtime/lucet-runtime-tests/src/guest_fault.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ macro_rules! guest_fault_common_defs {
172172
macro_rules! guest_fault_tests {
173173
( $TestRegion:path ) => {
174174
use lazy_static::lazy_static;
175-
use libc::{c_void, pthread_kill, pthread_self, siginfo_t, SIGALRM, SIGBUS, SIGSEGV};
175+
use libc::{c_void, siginfo_t, SIGALRM, SIGBUS, SIGSEGV};
176176
use lucet_runtime::vmctx::{lucet_vmctx, Vmctx};
177177
use lucet_runtime::{
178178
lucet_hostcall, lucet_hostcall_terminate, DlModule, Error, FaultDetails, Instance,

0 commit comments

Comments
 (0)