From fb12f7ea65cf14398b5d23ffa1a56c78dc3e58b3 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 10 Jul 2019 11:51:44 +0200 Subject: clang format --- diceparser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/diceparser.cpp b/diceparser.cpp index 1f58948..7add97d 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -176,7 +176,6 @@ bool DiceParser::parseLine(QString str, bool allowAlias) } m_command= str; bool hasInstruction= readInstructionList(str); - bool value= hasInstruction; if(!hasInstruction) { @@ -194,7 +193,6 @@ bool DiceParser::parseLine(QString str, bool allowAlias) ExecutionNode::UNEXPECTED_CHARACTER, QObject::tr("Unexpected character at %1 - end of command was ignored \"%2\"").arg(i).arg(str)); } - if(!m_errorMap.isEmpty()) value= false; -- cgit v1.2.3-70-g09d2