Remove an unused alias

This commit is contained in:
ckormanyos
2026-04-15 23:23:30 +02:00
parent c380088f99
commit ab6bfb07df
@@ -122,9 +122,7 @@ namespace util {
template<typename UnsignedIntegralType>
auto util_fixed_seed() -> UnsignedIntegralType
{
using stopwatch_type = concurrency::stopwatch;
return static_cast<UnsignedIntegralType>(42U);
return UnsignedIntegralType { UINT8_C(42) };
}
} // namespace util