]> cat aescling's git repositories - mastodon.git/commitdiff
Remove redundant inclusion (#4150)
authorAkihiko Odaki (@fn_aki@pawoo.net) <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 11 Jul 2017 09:55:48 +0000 (18:55 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 11 Jul 2017 09:55:48 +0000 (11:55 +0200)
app/services/process_feed_service.rb

index 028962d5be0841025d3cf78a4a929279a9c6cab6..c335d21596c299ab44b89ffc8092c9651ee8dc1a 100644 (file)
@@ -20,8 +20,6 @@ class ProcessFeedService < BaseService
   end
 
   class ProcessEntry
-    include AuthorExtractor
-
     def call(xml, account)
       @account = account
       @xml     = xml