mirror of
https://github.com/redmine/redmine.git
synced 2026-02-03 05:09:57 +01:00
scm: cvs: remove adapter root_url() and url() methods which are implemented in abstract class.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5437 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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 "<cvs> info"
|
||||
Info.new({:root_url => @root_url, :lastrev => nil})
|
||||
|
||||
Reference in New Issue
Block a user