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:
-rw-r--r--lib/api/todos.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/api/todos.rb b/lib/api/todos.rb
index 404675bfaec..526b5216e15 100644
--- a/lib/api/todos.rb
+++ b/lib/api/todos.rb
@@ -110,5 +110,3 @@ module API
end
end
end
-
-API::Todos.prepend_if_ee('EE::API::Todos')