From e90752d252c0c6a8a2e39d76211cc764f00e5331 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 16 Dec 2012 20:32:48 +0100 Subject: [PATCH] Fix bug #534: rm useless initialization of rowSpacer. --- Eigen/src/Core/IO.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Eigen/src/Core/IO.h b/Eigen/src/Core/IO.h index cc8e18a00..78a83b722 100644 --- a/Eigen/src/Core/IO.h +++ b/Eigen/src/Core/IO.h @@ -57,7 +57,6 @@ struct IOFormat : matPrefix(_matPrefix), matSuffix(_matSuffix), rowPrefix(_rowPrefix), rowSuffix(_rowSuffix), rowSeparator(_rowSeparator), coeffSeparator(_coeffSeparator), precision(_precision), flags(_flags) { - rowSpacer = ""; int i = int(matSuffix.length())-1; while (i>=0 && matSuffix[i]!='\n') {