Skip to content

Commit fe45e84

Browse files
committed
Eliminate a warning found in CI
1 parent a9faf0e commit fe45e84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/cmath/cmath.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ auto integral
2626
RealFunctionType real_function
2727
) noexcept -> RealValueType
2828
{
29-
using real_value_type = RealValueType;
30-
using real_function_type = RealFunctionType;
29+
using real_value_type = RealValueType;
3130

3231
std::uint_fast32_t n2(1);
3332

0 commit comments

Comments
 (0)