diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-15 10:17:43 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-15 10:17:43 +0000 |
commit | 97c7b9e88661945e7eb6b010796d523279242272 (patch) | |
tree | 82d35b9af2dfac6b56eb0ccd5bc7afda96af91ee | |
parent | 61635309b821c33bd5ec17c96484bf5cc0be51e7 (diff) | |
parent | d31405271179d9a95c2944e61249d2d906e4e7ac (diff) | |
download | gitlab-ce-97c7b9e88661945e7eb6b010796d523279242272.tar.gz |
Merge branch 'ld-remove-prepend' into 'master'
Remove prepend_if_ee from CE codebase
See merge request gitlab-org/gitlab-ce!31845
-rw-r--r-- | lib/api/todos.rb | 2 |
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') |