diff --git a/src/fmpi_futhark.c b/src/fmpi_futhark.c
index 430d4fc64420b8435e1e1c0db014075eec6bac69..4815641d5501a24b9e0b8a6985b7939784f7ad94 100644
--- a/src/fmpi_futhark.c
+++ b/src/fmpi_futhark.c
@@ -229,7 +229,6 @@ void * fmpi_futhark_get_data_async(
     const size_t idx = FMPI_PRIV_FUTHARK_FUNC_IDX(dim_cnt, type);
     const int err = fmpi_futhark_get_data_func_list[idx](ctx, in, out);
     if(err != FUTHARK_SUCCESS) {
-        FMPI_RAISE_FUTHARK_ERROR(ctx, "futhark_values_##T##_##D##d() failed!");
         return NULL;
     }
     return out;