mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 11:07:46 +00:00
common: Remove bit_set.h
This is an analog of BitSet from Dolphin that was introduced to allow iterating over a set of bits. Given it's currently unused, and given that std::bitset exists, we can remove this. If it's ever needed in the future it can be brought back.
This commit is contained in:
parent
6224fcba62
commit
aa5e7037ec
2 changed files with 0 additions and 245 deletions
|
@ -44,7 +44,6 @@ add_library(common STATIC
|
|||
detached_tasks.cpp
|
||||
detached_tasks.h
|
||||
bit_field.h
|
||||
bit_set.h
|
||||
cityhash.cpp
|
||||
cityhash.h
|
||||
color.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue