diff options
| author | 2019-07-10 11:51:44 +0200 | |
|---|---|---|
| committer | 2019-07-12 22:06:40 +0200 | |
| commit | fb12f7ea65cf14398b5d23ffa1a56c78dc3e58b3 (patch) | |
| tree | 6c720d125375e16e01e0519536836a94a02da7ea | |
| parent | 3003420a1efae5bb8f7baca7062c509a633fd977 (diff) | |
| download | OneRoll-fb12f7ea65cf14398b5d23ffa1a56c78dc3e58b3.tar.gz OneRoll-fb12f7ea65cf14398b5d23ffa1a56c78dc3e58b3.zip | |
clang format
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 0 insertions, 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; |