diff --git a/Source/Core/Common/BitSet.h b/Source/Core/Common/BitSet.h index 854e9a2de5..ab446a986b 100644 --- a/Source/Core/Common/BitSet.h +++ b/Source/Core/Common/BitSet.h @@ -103,8 +103,6 @@ inline int LeastSignificantSetBit(u64 val) // operation.) // - Counting set bits using .Count() - see comment on that method. -// TODO: use constexpr when MSVC gets out of the Dark Ages - template class BitSet {