Remove now unused field.

This commit is contained in:
Jeroen van Rijn
2025-04-07 15:02:36 +02:00
parent a5e513567b
commit 2b26c0b39e

View File

@@ -69,7 +69,6 @@ Regular_Expression :: struct {
An iterator to repeatedly match a pattern against a string, to be used with `*_iterator` procedures.
*/
Match_Iterator :: struct {
haystack: string,
regex: Regular_Expression,
capture: Capture,
vm: virtual_machine.Machine,