var->end already does a scratch->deleteAll

This commit is contained in:
Colin Kuskie 2007-11-02 04:15:57 +00:00
parent 0fa154d84f
commit 5263e69c85

View file

@ -105,7 +105,6 @@ BEGIN {
}
END {
$SESSION->scratch->deleteAll;
$SESSION->var->end;
$SESSION->close if defined $SESSION;
}