remove a line from the threads test that had the potential to mask bugs, and copy...
[dbsrgits/DBIx-Class.git] / t / 51threads.t
index 615fb09..36ea86f 100644 (file)
@@ -60,7 +60,6 @@ while(@children < $num_children) {
 
     my $newthread = async {
         my $tid = threads->tid;
-        my $dbh = $schema->storage->dbh;
 
         my $child_rs = $schema->resultset('CD')->search({ year => 1901 });
         my $row = $parent_rs->next;