Back out frivolous loading of threads.pm
[dbsrgits/DBIx-Class.git] / t / storage / txn.t
index 41df4d5..09260f0 100644 (file)
@@ -1,10 +1,6 @@
 use strict;
 use warnings;
 
-BEGIN {
-  require threads if $^O eq 'MSWin32'; # preload due to fork errors
-}
-
 use Test::More;
 use Test::Warn;
 use Test::Exception;