Skip to content

Commit

Permalink
Codemod away ::{self}; (#71)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/Private-ID#71

Previous codemod left some crust. This commit cleans up useless uses to use less uses.

Reviewed By: stepancheg

Differential Revision: D38211793

fbshipit-source-id: c852dd1ec617fe81a1d9bd0d8a9e5d2357b9b502
  • Loading branch information
edward-shen authored and facebook-github-bot committed Aug 1, 2022
1 parent d9836f7 commit 0eaea9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/busywait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
//! This verifies that timer events, if requested, are delivered during busywaits and are not delivered
//! if not requested.

use libc;
use raw_cpuid::cpuid;
use reverie::syscalls::Syscall;
use reverie::CpuIdResult;
Expand Down
1 change: 0 additions & 1 deletion tests/timer_semantics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use core::arch::x86_64::__cpuid;
use core::arch::x86_64::__rdtscp;
use core::arch::x86_64::_rdtsc;
use libc;
use reverie::syscalls::Getpid;
use reverie::syscalls::Gettid;
use reverie::syscalls::Syscall;
Expand Down

0 comments on commit 0eaea9b

Please sign in to comment.