From 6064132c42ffe99e9a0d3a6ba80a7932c6f7903d Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 8 Oct 2017 07:00:01 +0000 Subject: Remove unnecessary `require 'thread'` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/postponed_job/test_postponed_job.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/-ext-/postponed_job') diff --git a/test/-ext-/postponed_job/test_postponed_job.rb b/test/-ext-/postponed_job/test_postponed_job.rb index da3b579eba..978b728ef7 100644 --- a/test/-ext-/postponed_job/test_postponed_job.rb +++ b/test/-ext-/postponed_job/test_postponed_job.rb @@ -1,6 +1,5 @@ # frozen_string_literal: false require 'test/unit' -require 'thread' require '-test-/postponed_job' module Bug -- cgit v1.2.3