aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Scanner.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Scanner.cpp b/Scanner.cpp
index 1f700d8b..6433b526 100644
--- a/Scanner.cpp
+++ b/Scanner.cpp
@@ -357,9 +357,7 @@ Token::Value Scanner::scanSlash()
// special case of a closed normal multiline comment
if (!m_source.isPastEndOfInput() && m_source.get(0) == '/')
- {
advance(); //skip the closing slash
- }
else // we actually have a multiline documentation comment
{
Token::Value comment;