summaryrefslogtreecommitdiff
path: root/lib/gitlab/chat_commands/presenters/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/chat_commands/presenters/deploy.rb')
-rw-r--r--lib/gitlab/chat_commands/presenters/deploy.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/gitlab/chat_commands/presenters/deploy.rb b/lib/gitlab/chat_commands/presenters/deploy.rb
index b1cfaac15af..863d0bf99ca 100644
--- a/lib/gitlab/chat_commands/presenters/deploy.rb
+++ b/lib/gitlab/chat_commands/presenters/deploy.rb
@@ -15,14 +15,6 @@ module Gitlab
def too_many_actions
ephemeral_response(text: "Too many actions defined")
end
-
- private
-
- def resource_url
- polymorphic_url(
- [ @resource.project.namespace.becomes(Namespace), @resource.project, @resource]
- )
- end
end
end
end