mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Remove now unused field.
This commit is contained in:
@@ -69,7 +69,6 @@ Regular_Expression :: struct {
|
|||||||
An iterator to repeatedly match a pattern against a string, to be used with `*_iterator` procedures.
|
An iterator to repeatedly match a pattern against a string, to be used with `*_iterator` procedures.
|
||||||
*/
|
*/
|
||||||
Match_Iterator :: struct {
|
Match_Iterator :: struct {
|
||||||
haystack: string,
|
|
||||||
regex: Regular_Expression,
|
regex: Regular_Expression,
|
||||||
capture: Capture,
|
capture: Capture,
|
||||||
vm: virtual_machine.Machine,
|
vm: virtual_machine.Machine,
|
||||||
|
|||||||
Reference in New Issue
Block a user