From c2b5c057fa5195a40b3d760ac234c7de384757c5 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 15 Jan 2017 13:02:03 +0900 Subject: remove unused require `InlineAdapter` is not used from 1f8558f. --- activejob/lib/active_job/queue_adapter.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activejob/lib/active_job') diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb index bcc555d33e..9dae80ffc2 100644 --- a/activejob/lib/active_job/queue_adapter.rb +++ b/activejob/lib/active_job/queue_adapter.rb @@ -1,4 +1,3 @@ -require "active_job/queue_adapters/inline_adapter" require "active_support/core_ext/string/inflections" module ActiveJob -- cgit v1.2.3