mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 18:15:53 +03:00
Regex: remove dead code
This commit is contained in:
parent
2c2073b417
commit
f07375fb27
@ -712,8 +712,6 @@ private:
|
||||
}
|
||||
case ParsedRegex::Alternation:
|
||||
{
|
||||
//kak_assert(children.size() > 1);
|
||||
|
||||
auto split_pos = m_program.instructions.size();
|
||||
for_each_child(m_parsed_regex, index, [this, index](ParsedRegex::NodeIndex child) {
|
||||
if (child != index+1)
|
||||
|
Loading…
Reference in New Issue
Block a user