From: Akihiko Odaki (@fn_aki@pawoo.net) Date: Tue, 11 Jul 2017 09:55:48 +0000 (+0900) Subject: Remove redundant inclusion (#4150) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=29f314a50209f64b551be7fae2744234bcca2627;p=mastodon.git Remove redundant inclusion (#4150) --- diff --git a/app/services/process_feed_service.rb b/app/services/process_feed_service.rb index 028962d5b..c335d2159 100644 --- a/app/services/process_feed_service.rb +++ b/app/services/process_feed_service.rb @@ -20,8 +20,6 @@ class ProcessFeedService < BaseService end class ProcessEntry - include AuthorExtractor - def call(xml, account) @account = account @xml = xml