diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-16 21:50:24 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-16 21:50:24 -0700 |
commit | 12000d47c1481990d11a9659733e1b604a6f7092 (patch) | |
tree | ba907baf55d911e64d3916b6de2668c4f8f8e5d8 /lib/regex | |
parent | 447bbbd25bbb42f2c3da11ac298f52a31bfb573d (diff) | |
download | mc-12000d47c1481990d11a9659733e1b604a6f7092.tar.gz |
Remove debug line that was causing crashes.
Diffstat (limited to 'lib/regex')
-rw-r--r-- | lib/regex/compile.myr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/regex/compile.myr b/lib/regex/compile.myr index 2b5e726..c5ac674 100644 --- a/lib/regex/compile.myr +++ b/lib/regex/compile.myr @@ -69,7 +69,6 @@ const regexcompile = {re, id dump(re, t, 0) append(re, `Ilbra 0, t) gen(re, t) - std.htput(re.astloc, t, re.pat.len) append(re, `Irbra 0, t) append(re, `Imatch id, t) idump(re) |