diff --git a/lib/redmine/scm/adapters/cvs_adapter.rb b/lib/redmine/scm/adapters/cvs_adapter.rb index 3ba8ac042..3e2c96ccf 100644 --- a/lib/redmine/scm/adapters/cvs_adapter.rb +++ b/lib/redmine/scm/adapters/cvs_adapter.rb @@ -77,14 +77,6 @@ module Redmine @password = (password || "") if @login end - def root_url - @root_url - end - - def url - @url - end - def info logger.debug " info" Info.new({:root_url => @root_url, :lastrev => nil})