Remove dead END blocks from some tests.

This commit is contained in:
Colin Kuskie 2010-04-14 11:41:20 -07:00
parent 5282a12d47
commit 1cd7d8fbc7
2 changed files with 0 additions and 8 deletions

View file

@ -69,9 +69,5 @@ cmp_deeply(
"appendFeaturedPageVars returns correct variables, prefixed with 'featured_'",
);
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl