]> source.dussan.org Git - redmine.git/commitdiff
scm: cvs: remove adapter root_url() and url() methods which are implemented in abstra...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 12 Apr 2011 08:04:12 +0000 (08:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 12 Apr 2011 08:04:12 +0000 (08:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5437 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/cvs_adapter.rb

index 3ba8ac042676e1c31dc0953952d47d09e48c05e8..3e2c96ccf1bea07b4ac45d1c726b61b9794c6363 100644 (file)
@@ -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})