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/experimentation/group_types.rb')
-rw-r--r--lib/gitlab/experimentation/group_types.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gitlab/experimentation/group_types.rb b/lib/gitlab/experimentation/group_types.rb
deleted file mode 100644
index 8e8f7284b99..00000000000
--- a/lib/gitlab/experimentation/group_types.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# frozen_string_literal: true
-
-module Gitlab
- module Experimentation
- module GroupTypes
- GROUP_CONTROL = :control
- GROUP_EXPERIMENTAL = :experimental
- end
- end
-end