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:
authorLuke Duncalfe <lduncalfe@eml.cc>2019-08-15 12:06:01 +0300
committerLuke Duncalfe <lduncalfe@eml.cc>2019-08-15 12:06:01 +0300
commitd31405271179d9a95c2944e61249d2d906e4e7ac (patch)
tree82d35b9af2dfac6b56eb0ccd5bc7afda96af91ee
parent61635309b821c33bd5ec17c96484bf5cc0be51e7 (diff)
Remove prepend_if_ee from CE codebase
This was added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31789
-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')