Skip to content

Commit d8d6196

Browse files
committed
Unused typedefs
1 parent d8d203d commit d8d6196

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stan/math/prim/prob/multi_student_t_cholesky_lpdf.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ return_type_t<T_y, T_dof, T_loc, T_covar> multi_student_t_cholesky_lpdf(
5858
const T_y& y, const T_dof& nu, const T_loc& mu, const T_covar& L) {
5959
static constexpr const char* function = "multi_student_t_cholesky";
6060
using T_covar_elem = typename scalar_type<T_covar>::type;
61-
using lp_type = return_type_t<T_y, T_dof, T_loc, T_covar>;
62-
using Eigen::Matrix;
6361
using T_return = return_type_t<T_y, T_dof, T_loc, T_covar>;
6462
using T_partials_return = partials_return_t<T_y, T_dof, T_loc, T_covar>;
6563
using matrix_partials_t

0 commit comments

Comments
 (0)