Skip to content

Commit 5cef0e8

Browse files
committed
Unused typedef
1 parent e87b32e commit 5cef0e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stan/math/prim/prob/weibull_lcdf.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ template <typename T_y, typename T_shape, typename T_scale,
3939
return_type_t<T_y, T_shape, T_scale> weibull_lcdf(const T_y& y,
4040
const T_shape& alpha,
4141
const T_scale& sigma) {
42-
using T_partials_return = partials_return_t<T_y, T_shape, T_scale>;
4342
using T_y_ref = ref_type_if_not_constant_t<T_y>;
4443
using T_alpha_ref = ref_type_if_not_constant_t<T_shape>;
4544
using T_sigma_ref = ref_type_if_not_constant_t<T_scale>;

0 commit comments

Comments
 (0)