This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Remove variable whose value needed just once
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 May 2012 16:49:37 +0000 (10:49 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 2 Aug 2012 15:24:51 +0000 (09:24 -0600)
commitaed19a82f81e0220c25e32aa8d85931cb47162ff
tree4c65e512ae2789fcd974e3499008d0001369cebd
parent5c4c47eceffa415fca72434320f6522e979a080b
regcomp.c: Remove variable whose value needed just once

Previous commits have removed all but one instance of using this
variable, so just use the expression it equates to.
regcomp.c