Skip to content

Commit 0844d71

Browse files
committed
core: remove useless lines
1 parent 28c87d8 commit 0844d71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/proxsuite/helpers/instruction-set.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ const typename InstructionSetBase<>::Data InstructionSetBase<>::data =
154154

155155
// Adapted from
156156
// https://docs.microsoft.com/fr-fr/cpp/intrinsics/cpuid-cpuidex?view=msvc-170
157-
// template <typename T>
158-
// struct InstructionSet: public internal::InstructionSetBase<T>
159157
struct InstructionSet : public internal::InstructionSetBase<>
160158
{
161159
static std::string vendor(void)

0 commit comments

Comments
 (0)