Skip to content

Commit f415e8c

Browse files
author
kevyuu
committed
Remove dummy code
1 parent f012a1a commit f415e8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

14_Mortons/CTester.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ class CTester final : public ITester
113113
int16_t4 Vec4ASignedFull = createAnyBitIntegerVecFromU64Vec<int16_t, true, fullBits_4>(Vec4A);
114114
int16_t4 Vec4BSignedFull = createAnyBitIntegerVecFromU64Vec<int16_t, true, fullBits_4>(Vec4B);
115115

116-
const auto dummy1 = morton::code<true, smallBits_2, 2>(Vec2ASignedSmall);
117-
const auto dummy2 = createMortonFromU64Vec<true, smallBits_2, 2>(Vec2A);
118116
// Plus
119117
expected.mortonPlus_small_2 = createMortonFromU64Vec<false, smallBits_2, 2>(Vec2ASmall + Vec2BSmall);
120118
expected.mortonPlus_medium_2 = createMortonFromU64Vec<false, mediumBits_2, 2>(Vec2AMedium + Vec2BMedium);

0 commit comments

Comments
 (0)