Remove the extra return statement.

refactor_docs
Liu Yiqun 8 years ago
parent d5b7e92cab
commit b5dd70fd86

@ -180,7 +180,6 @@ int getri<double>(const CBLAS_ORDER order,
const int lda,
const int* ipiv) {
return dynload::PADDLE_DGETRI(order, N, A, lda, ipiv);
return 0;
}
template <>

Loading…
Cancel
Save