]> git.eshelyaron.com Git - emacs.git/commit
regex.c: Remove the old analyzes functions
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Sep 2023 21:46:20 +0000 (17:46 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Sep 2023 21:46:20 +0000 (17:46 -0400)
commit168cc0aff0bfbc1d67a7e8a72b88a1bf10ad019e
tree224033e9faf8cff58f45bddc1299471e5f936f9b
parente61a03984335b4ffb164280b2df80668b2a92c23
regex.c: Remove the old analyzes functions

After testing and checking that the changes brought by the new
consolidated analysis function (which are all cases of improved
optimizations) are indeed safe, remove the old code.

* src/regex-emacs.c (analyze_first_old): Delete function.
(analyze_first): Don't call it any more.
(skip_noops): Delete function.
(mutually_exclusive_aux): Delete function.
(mutually_exclusive_p): Don't call it any more.
src/regex-emacs.c