Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/hook_data/user_builder.rb')
-rw-r--r--lib/gitlab/hook_data/user_builder.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/hook_data/user_builder.rb b/lib/gitlab/hook_data/user_builder.rb
index 54f03b863e5..d450bf80cd1 100644
--- a/lib/gitlab/hook_data/user_builder.rb
+++ b/lib/gitlab/hook_data/user_builder.rb
@@ -49,5 +49,3 @@ module Gitlab
end
end
end
-
-Gitlab::HookData::UserBuilder.prepend_mod_with('Gitlab::HookData::UserBuilder')