Remove misspelled and unused method

This commit is contained in:
tuexss
2015-03-26 22:12:45 +01:00
parent c67909959b
commit 93291dde7c
-6
View File
@@ -275,12 +275,6 @@ module GitHubChangelogGenerator
end
end
def is_megred(number)
@github.pull_requests.merged? @options[:user], @options[:project], number
rescue
puts GH_RATE_LIMIT_EXCEEDED_MSG.yellow
end
def get_all_tags
if @options[:verbose]
print "Fetching tags...\r"