threads::shared 1.17
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / disabled.t
index 8597f90..e5ffc61 100644 (file)
@@ -6,11 +6,6 @@ BEGIN {
         chdir 't';
         unshift @INC, '../lib';
     }
-    use Config;
-    if (! $Config{'useithreads'}) {
-        print("1..0 # Skip: Perl not compiled with 'useithreads'\n");
-        exit(0);
-    }
 }
 
 use Test;