Thread::Semaphore 2.07
[p5sagit/p5-mst-13.2.git] / lib / Thread / Semaphore / t / 02_errs.t
index a0129d2..3c8ba44 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 Thread::Semaphore;