Skip to content

Commit ab6bfb0

Browse files
committed
Remove an unused alias
1 parent c380088 commit ab6bfb0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_cpp_double_float_bessel_versus_bin_and_dec.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ namespace util {
122122
template<typename UnsignedIntegralType>
123123
auto util_fixed_seed() -> UnsignedIntegralType
124124
{
125-
using stopwatch_type = concurrency::stopwatch;
126-
127-
return static_cast<UnsignedIntegralType>(42U);
125+
return UnsignedIntegralType { UINT8_C(42) };
128126
}
129127

130128
} // namespace util

0 commit comments

Comments
 (0)