1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelper class

git-svn-id: http://svn.redmine.org/redmine/trunk@18453 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-12 05:27:10 +00:00
parent 4336da5533
commit 9d2c39009d

View File

@ -401,10 +401,6 @@ module Redmine
parseRevision()
end
def branchPoint
return @base
end
def branchVersion
if isBranchRevision
return @base+"."+@branchid