summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/scm/adapters/cvs_adapter.rb8
1 files changed, 0 insertions, 8 deletions
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 "<cvs> info"
Info.new({:root_url => @root_url, :lastrev => nil})