From 83c678bb464e957617bd4484cb33a745cdf4f49b Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Sat, 22 Jun 2024 18:03:41 +0200 Subject: [PATCH] Remove commented code --- .../lexer/walker/FunctionCallArgumentsWalkerLexer.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/main/kotlin/eu/iamgio/quarkdown/lexer/walker/FunctionCallArgumentsWalkerLexer.kt b/core/src/main/kotlin/eu/iamgio/quarkdown/lexer/walker/FunctionCallArgumentsWalkerLexer.kt index a44ece90..cff7d0be 100644 --- a/core/src/main/kotlin/eu/iamgio/quarkdown/lexer/walker/FunctionCallArgumentsWalkerLexer.kt +++ b/core/src/main/kotlin/eu/iamgio/quarkdown/lexer/walker/FunctionCallArgumentsWalkerLexer.kt @@ -199,8 +199,6 @@ class FunctionCallArgumentsWalkerLexer( // and the lexing operation is not affected by this walking. if (it.isEmpty()) { reader.index = 0 - } /*else { - reader.index-- - }*/ + } } }