diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-05-23 23:43:48 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-05-24 15:31:35 +0800 |
commit | ec525efddba67d840cc409aa4b9a8857dac7453f (patch) | |
tree | 728517360e3924f45ecf8c7ee446673e6e906e63 | |
parent | 524c947eafbc4b710ac862c4e90801b2777d49dc (diff) | |
download | gitlab-ce-ec525efddba67d840cc409aa4b9a8857dac7453f.tar.gz |
Routing helpers are no longer needed
-rw-r--r-- | lib/gitlab/routes/legacy_builds.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/gitlab/routes/legacy_builds.rb b/lib/gitlab/routes/legacy_builds.rb index 1b6f6df26a2..36d1a8a6f64 100644 --- a/lib/gitlab/routes/legacy_builds.rb +++ b/lib/gitlab/routes/legacy_builds.rb @@ -1,9 +1,6 @@ module Gitlab module Routes class LegacyBuilds - include Gitlab::Routing.url_helpers - include GitlabRoutingHelper - def initialize(map) @map = map end |