From d31405271179d9a95c2944e61249d2d906e4e7ac Mon Sep 17 00:00:00 2001 From: Luke Duncalfe Date: Thu, 15 Aug 2019 21:06:01 +1200 Subject: Remove prepend_if_ee from CE codebase This was added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31789 --- lib/api/todos.rb | 2 -- 1 file changed, 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') -- cgit v1.2.1