From: Francis Dupont Date: Fri, 4 Aug 2023 13:24:41 +0000 (+0200) Subject: [#3003] Removed comments X-Git-Tag: Kea-2.5.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8962fa06855d213e0322e30e10dd2e6c986771;p=thirdparty%2Fkea.git [#3003] Removed comments --- diff --git a/src/bin/agent/agent_lexer.ll b/src/bin/agent/agent_lexer.ll index 8d8fd1ed0c..f2e6f354c4 100644 --- a/src/bin/agent/agent_lexer.ll +++ b/src/bin/agent/agent_lexer.ll @@ -471,7 +471,6 @@ ControlCharacterFill [^"\\]|\\["\\/bfnrtu] } } -/* Add the dash alias */ \"output-options\" { switch(driver.ctx_) { case ParserContext::LOGGERS: diff --git a/src/bin/d2/d2_lexer.ll b/src/bin/d2/d2_lexer.ll index 33fb515248..f24d9ceb64 100644 --- a/src/bin/d2/d2_lexer.ll +++ b/src/bin/d2/d2_lexer.ll @@ -470,7 +470,6 @@ ControlCharacterFill [^"\\]|\\["\\/bfnrtu] } } -/* Add the dash alias */ \"output-options\" { switch(driver.ctx_) { case isc::d2::D2ParserContext::LOGGERS: diff --git a/src/bin/dhcp4/dhcp4_lexer.ll b/src/bin/dhcp4/dhcp4_lexer.ll index cce22946c7..ae45d2f092 100644 --- a/src/bin/dhcp4/dhcp4_lexer.ll +++ b/src/bin/dhcp4/dhcp4_lexer.ll @@ -1296,7 +1296,6 @@ ControlCharacterFill [^"\\]|\\["\\/bfnrtu] } } -/* Add the dash alias */ \"output-options\" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LOGGERS: diff --git a/src/bin/dhcp6/dhcp6_lexer.ll b/src/bin/dhcp6/dhcp6_lexer.ll index 50bb040db7..5165223e48 100644 --- a/src/bin/dhcp6/dhcp6_lexer.ll +++ b/src/bin/dhcp6/dhcp6_lexer.ll @@ -1638,7 +1638,6 @@ ControlCharacterFill [^"\\]|\\["\\/bfnrtu] } } -/* Add the dash alias */ \"output-options\" { switch(driver.ctx_) { case isc::dhcp::Parser6Context::LOGGERS: diff --git a/src/bin/netconf/netconf_lexer.ll b/src/bin/netconf/netconf_lexer.ll index 8036f04f8e..6d3ad5eb32 100644 --- a/src/bin/netconf/netconf_lexer.ll +++ b/src/bin/netconf/netconf_lexer.ll @@ -409,7 +409,6 @@ ControlCharacterFill [^"\\]|\\["\\/bfnrtu] } } -/* Add the dash alias */ \"output-options\" { switch(driver.ctx_) { case ParserContext::LOGGERS: