From 5fda8cdfb36a56288c54bd2f87bf596cb06b506a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 21 Mar 2011 21:59:42 +0100 Subject: fix 228 (ei_aligned_stack_delete does not exist anymore) --- Eigen/src/Core/products/GeneralMatrixMatrix.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Eigen') diff --git a/Eigen/src/Core/products/GeneralMatrixMatrix.h b/Eigen/src/Core/products/GeneralMatrixMatrix.h index d558b4759..d33f00b20 100644 --- a/Eigen/src/Core/products/GeneralMatrixMatrix.h +++ b/Eigen/src/Core/products/GeneralMatrixMatrix.h @@ -155,9 +155,6 @@ static void run(Index rows, Index cols, Index depth, #pragma omp atomic --(info[j].users); } - - ei_aligned_stack_delete(LhsScalar, blockA, kc*mc); - ei_aligned_stack_delete(RhsScalar, w, sizeW); } else #endif // EIGEN_HAS_OPENMP -- cgit v1.2.3