From e96fd232a628e9f5f008936b5db645412e33cfef Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 5 Dec 2018 22:02:11 -0800 Subject: Remove unnecessary includes of ShellAdapter Determined by running the script: ``` included = `git grep --name-only ShellAdapter`.chomp.split("\n") used = `git grep --name-only gitlab_shell`.chomp.split("\n") included - used ``` --- app/models/protected_tag.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models/protected_tag.rb') diff --git a/app/models/protected_tag.rb b/app/models/protected_tag.rb index 94746141945..d28ebabfe49 100644 --- a/app/models/protected_tag.rb +++ b/app/models/protected_tag.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true class ProtectedTag < ActiveRecord::Base - include Gitlab::ShellAdapter include ProtectedRef validates :name, uniqueness: { scope: :project_id } -- cgit v1.2.3