no need for this method

This commit is contained in:
Tom Preston-Werner
2010-04-08 16:36:22 -07:00
parent 0a30b2ffc9
commit 048a2b9988
-10
View File
@@ -35,16 +35,6 @@ module Gollum
# private
# Find a page in a given commit.
#
# commit - The Grit::Commit in which to look.
# name - The human or canonical String page name.
#
# Returns a Gollum::Page or nil if the page could not be found.
def find_page_in_commit(commit, name)
end
# Find a page in a given tree.
#
# tree - The Grit::Tree in which to look.