# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #50880] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50880 >
Fixed a warning in src/exceptions.c. the dumpcore() macro already contains an exit(EXIT_FAILURE) statement. Additional statements after a dumpcore are never executed and are needlessly redundant. --Andrew Whitworth