Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/diffs/base_component.rb')
-rw-r--r--app/components/diffs/base_component.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/components/diffs/base_component.rb b/app/components/diffs/base_component.rb
index f5bc59cb314..9e1347d1e84 100644
--- a/app/components/diffs/base_component.rb
+++ b/app/components/diffs/base_component.rb
@@ -2,8 +2,6 @@
module Diffs
class BaseComponent < ViewComponent::Base
- warn_on_deprecated_slot_setter
-
# To make converting the partials to components easier,
# we delegate all missing methods to the helpers,
# where they probably are.