Regex: minor code cleanup
This commit is contained in:
parent
cb16e52179
commit
aa9f7753e8
|
@ -68,9 +68,7 @@ struct ParsedRegex
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Node;
|
|
||||||
using NodeIndex = uint16_t;
|
using NodeIndex = uint16_t;
|
||||||
|
|
||||||
struct Node
|
struct Node
|
||||||
{
|
{
|
||||||
Op op;
|
Op op;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user