Skip to content

Remove unnecessary includes of ShellAdapter

Stan Hu requested to merge sh-remove-gitlab-shell-include into master

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

Merge request reports