Remove redundant inclusion (#4150)

This commit is contained in:
Akihiko Odaki (@fn_aki@pawoo.net) 2017-07-11 18:55:48 +09:00 committed by Eugen Rochko
parent cc68d1945b
commit 29f314a502
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ class ProcessFeedService < BaseService
end
class ProcessEntry
include AuthorExtractor
def call(xml, account)
@account = account
@xml = xml