Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
core.sys.linux.perf_event: Remove import of std.bitmanip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw authored and dlang-bot committed Nov 10, 2021
1 parent 0ca1879 commit 1a2f215
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/sys/linux/perf_event.d
Original file line number Diff line number Diff line change
Expand Up @@ -2073,8 +2073,6 @@ else

struct
{
import std.bitmanip : bitfields;

/* mixin(bitfields!(ulong, "mem_rsvd", 24, ulong, "mem_snoopx", 2, ulong,
"mem_remote", 1, ulong, "mem_lvl_num", 4, ulong, "mem_dtlb", 7, ulong,
"mem_lock", 2, ulong, "mem_snoop", 5, ulong, "mem_lvl",
Expand Down

0 comments on commit 1a2f215

Please sign in to comment.