Merge branch '4.5.13'

This commit is contained in:
Tom Eastep 2013-02-11 11:52:02 -08:00
commit f23f7400d8

View File

@ -44,8 +44,6 @@ if ( my $check = check_state( 'NEW' ) ) {
perl_action_helper( $action, $check == 1 ? "$globals{STATEMATCH} NEW" : '' , 'NEW' );
}
allow_optimize( get_action_chain );
1;
?END PERL;