Skip to content

Commit 011bd7e

Browse files
committed
Remove two unused variables
1 parent ae5bc9c commit 011bd7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/Test/Class/Moose/Role/Executor.pm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ sub run_test_instance {
226226
return;
227227
}
228228

229-
my $report = $self->test_report;
230-
231229
unless (
232230
$self->run_test_control_method(
233231
$test_instance, 'test_startup', $instance_report,
@@ -437,8 +435,7 @@ sub run_test_method {
437435

438436
$method_report->_start_benchmark;
439437

440-
my $num_tests = 0;
441-
my $test_class = $test_instance->test_class;
438+
my $num_tests = 0;
442439

443440
context_do {
444441
my $ctx = shift;

0 commit comments

Comments
 (0)