From aa12229b3143bf60f236256197bd1a867c05b54d Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 9 Dec 2014 07:37:26 +0000
Subject: [PATCH] compute/pzsytrf.c: fix link problem, magma_get_zsytrf_nb does
 not exist

---
 compute/pzsytrf.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c
index 4c2cdbab6..9f980a173 100644
--- a/compute/pzsytrf.c
+++ b/compute/pzsytrf.c
@@ -53,13 +53,6 @@ void morse_pzsytrf(MORSE_enum uplo, MORSE_desc_t *A,
         return;
     RUNTIME_options_init(&options, morse, sequence, request);
 
-#ifdef CHAMELEON_USE_MAGMA
-    if (0) /* Disable the workspace as long as it is is not used*/
-    {
-        int nb = magma_get_zsytrf_nb(A->nb);
-        ws_host = sizeof(MORSE_Complex64_t)*nb*nb;
-    }
-#endif
     RUNTIME_options_ws_alloc( &options, 0, ws_host );
 
     /*
-- 
GitLab