aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/IO.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-12-16 20:32:48 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-12-16 20:32:48 +0100
commite90752d252c0c6a8a2e39d76211cc764f00e5331 (patch)
tree5d4718ac4e3d13f81fb37081f1431c3b98416fe6 /Eigen/src/Core/IO.h
parent925a5b7d07ce9a457681618f8c319e71b719001d (diff)
Fix bug #534: rm useless initialization of rowSpacer.
Diffstat (limited to 'Eigen/src/Core/IO.h')
-rw-r--r--Eigen/src/Core/IO.h1
1 files changed, 0 insertions, 1 deletions
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')
{