diff --git a/compute/zprint.c b/compute/zprint.c
index 3dbd715e2c9120918817caa944836222ce344292..fe44e05d4026610e716744b722447b2e8b9dadd1 100644
--- a/compute/zprint.c
+++ b/compute/zprint.c
@@ -42,7 +42,6 @@ zprint( const CHAM_desc_t *descA,
 
     int tempmm = m == descA->mt-1 ? descA->m-m*descA->mb : descA->mb;
     int tempnn = n == descA->nt-1 ? descA->n-n*descA->nb : descA->nb;
-    int minmn = chameleon_min( tempmm, tempnn );
     int lda, i;
 
     if ( zprint_runtime_id == RUNTIME_SCHED_PARSEC ) {