Skip to content
  • Stan Hu's avatar
    Remove unnecessary includes of ShellAdapter · a3000dbddf80
    Stan Hu authored
    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
    ```
    a3000dbddf80