Remove unused local var.

This commit is contained in:
bootstraponline
2012-05-08 13:05:49 -06:00
parent 9a89a16388
commit ed5f88daa0
+1 -1
View File
@@ -130,7 +130,7 @@ module Gollum
#
# Returns the fully sanitized String title.
def title
header = Sanitize.clean(name).strip
Sanitize.clean(name).strip
end
# Public: The path of the page within the repo.