diff options
author | Jonathon Reinhart <Jonathon.Reinhart@gmail.com> | 2017-11-29 23:20:26 -0500 |
---|---|---|
committer | Jonathon Reinhart <Jonathon.Reinhart@gmail.com> | 2018-12-13 00:48:23 -0500 |
commit | 7a020bf2d00f4b53134498313aefe6374e17da5a (patch) | |
tree | 20d752581e0a3e100cd6910307f40a89e8d4e97a /lib/gitlab_post_receive.rb | |
parent | 528960c801aed81a977e7ce58a9706b4ea32ab4a (diff) | |
download | gitlab-shell-7a020bf2d00f4b53134498313aefe6374e17da5a.tar.gz |
Remove unused lib/names_helper.rb
As of 7eb45672b7, NamesHelper is no longer used.
Diffstat (limited to 'lib/gitlab_post_receive.rb')
-rw-r--r-- | lib/gitlab_post_receive.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab_post_receive.rb b/lib/gitlab_post_receive.rb index cb9931d..ea57f6a 100644 --- a/lib/gitlab_post_receive.rb +++ b/lib/gitlab_post_receive.rb @@ -6,8 +6,6 @@ require 'base64' require 'securerandom' class GitlabPostReceive - include NamesHelper - attr_reader :config, :gl_repository, :repo_path, :changes, :jid def initialize(gl_repository, repo_path, actor, changes) |