Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5245b134 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

quark/codelet: remove unused variable in lacpy

parent 2c404c92
No related branches found
No related tags found
1 merge request!518gitlab-ci-initial-cache.cmake: CMAKE_C_FLAGS must be set as a cache variable...
......@@ -31,7 +31,6 @@ static inline void CORE_zlacpy_quark(Quark *quark)
{
cham_uplo_t uplo;
int M, N;
int LDA, LDB;
CHAM_tile_t *tileA, *tileB;
quark_unpack_args_5(quark, uplo, M, N, tileA, tileB);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment