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:
parent
d09e496a57
commit
df04f56891
|
@ -77,14 +77,6 @@ module Redmine
|
||||||
@password = (password || "") if @login
|
@password = (password || "") if @login
|
||||||
end
|
end
|
||||||
|
|
||||||
def root_url
|
|
||||||
@root_url
|
|
||||||
end
|
|
||||||
|
|
||||||
def url
|
|
||||||
@url
|
|
||||||
end
|
|
||||||
|
|
||||||
def info
|
def info
|
||||||
logger.debug "<cvs> info"
|
logger.debug "<cvs> info"
|
||||||
Info.new({:root_url => @root_url, :lastrev => nil})
|
Info.new({:root_url => @root_url, :lastrev => nil})
|
||||||
|
|
Loading…
Reference in New Issue