Remove unused methods

This commit is contained in:
Dmitriy Zaporozhets 2013-01-05 13:11:15 +02:00
parent e3d7ce2cc4
commit 5a214ee6f1
10 changed files with 9 additions and 62 deletions

View file

@ -149,10 +149,6 @@ class Commit
prev_commit.try :id
end
def parents_count
parents && parents.count || 0
end
# Shows the diff between the commit's parent and the commit.
#
# Cuts out the header and stats from #to_patch and returns only the diff.