aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-03-21 21:59:42 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-03-21 21:59:42 +0100
commit5fda8cdfb36a56288c54bd2f87bf596cb06b506a (patch)
treec2f8758f707fa2bc724bdf6084412e8d8d591757 /Eigen
parenteb9c6b6cfda6276088ab64cd3de72972a4ca1880 (diff)
fix 228 (ei_aligned_stack_delete does not exist anymore)
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/products/GeneralMatrixMatrix.h3
1 files changed, 0 insertions, 3 deletions
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