Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    common: Remove bit_set.h · 8b27e73b
    Lioncash authored
    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.
    8b27e73b