summaryrefslogtreecommitdiff
path: root/app/services/notification_recipients/build_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/notification_recipients/build_service.rb')
-rw-r--r--app/services/notification_recipients/build_service.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/services/notification_recipients/build_service.rb b/app/services/notification_recipients/build_service.rb
index e63e19e365c..bdeebc641b8 100644
--- a/app/services/notification_recipients/build_service.rb
+++ b/app/services/notification_recipients/build_service.rb
@@ -36,9 +36,5 @@ module NotificationRecipients
def self.build_requested_review_recipients(*args)
::NotificationRecipients::Builder::RequestReview.new(*args).notification_recipients
end
-
- def self.build_attention_requested_recipients(*args)
- ::NotificationRecipients::Builder::AttentionRequested.new(*args).notification_recipients
- end
end
end