diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-10-16 03:15:34 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-10-16 03:15:34 +0000 |
commit | 89bd72d11786f38683fb341a5bd61c28ef3a1ee7 (patch) | |
tree | f3264b8693724fa935c5ca4ae30003fed5e89fff /lib/action.rb | |
parent | c88d80fe74a27f6668d1aaa6db0abc6d2cf693e1 (diff) | |
parent | 8cf3f4c7c66580e234d3c2de9c23669cd49b7b5a (diff) | |
download | gitlab-shell-89bd72d11786f38683fb341a5bd61c28ef3a1ee7.tar.gz |
Merge branch '173-remove-unneeded-binaries' into 'master'
Remove dead Ruby code and unused binaries
See merge request gitlab-org/gitlab-shell!346
Diffstat (limited to 'lib/action.rb')
-rw-r--r-- | lib/action.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/action.rb b/lib/action.rb deleted file mode 100644 index 28c1c14..0000000 --- a/lib/action.rb +++ /dev/null @@ -1,4 +0,0 @@ -require_relative 'action/custom' - -module Action -end |