regexec_flags(): remove vestigial scream support
authorDavid Mitchell <davem@iabyn.com>
Wed, 10 Jul 2013 19:00:22 +0000 (20:00 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 28 Jul 2013 09:33:37 +0000 (10:33 +0100)
commitfefee432646d03d27d3385f943793bbdd7bc1168
treee8afaecba9aca05125ea0f0c48a1af8e3903c80a
parentb342a60442d4abef40ca7949276367e951128626
regexec_flags(): remove vestigial scream support

intuit has an arg (data) that used to be used for scream stuff, but which
is now unused. However, Perl_regexec_flags() still went to the trouble of
setting up that parameter when calling intuit. So stop doing that.
regexec.c