summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-11-22 10:37:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-11-22 10:37:16 +0900
commit966c1e94e8e2669bd623999661b95cdfefa8c6b7 (patch)
treeb29f5b0c38f933c2d757ffd36dfafc4ddea21707 /starmath
parent0acf23044bdf003bee2df1e8a3066ed157343401 (diff)
cppcheck: redundantAssignment
Change-Id: Iad347c2575cdbd6ee117461ea89f16234ecdd49e
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathmlimport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 7a6038387cd3..48c0d488a727 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -990,7 +990,6 @@ void SmXMLFencedContext_Impl::EndElement()
SmToken aToken;
aToken.cMathChar = '\0';
aToken.aText = ",";
- aToken.eType = TLEFT;
aToken.nLevel = 5;
aToken.eType = TLPARENT;