Skip to content

Commit 9b7f72f

Browse files
committed
Remove unused variable
1 parent 885cea4 commit 9b7f72f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stan/math/prim/fun/hypergeometric_1F0.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace math {
2929
*/
3030
template <typename Ta, typename Tz, require_all_arithmetic_t<Ta, Tz>* = nullptr>
3131
return_type_t<Ta, Tz> hypergeometric_1F0(const Ta& a, const Tz& z) {
32-
constexpr const char* function = "hypergeometric_1F0";
3332
check_less("hypergeometric_1F0", "abs(z)", std::fabs(z), 1.0);
3433

3534
return boost::math::hypergeometric_1F0(a, z, boost_policy_t<>());

0 commit comments

Comments
 (0)