Remove reference to unknown instance variable @context_map.

This commit is contained in:
Ben Hollis 2011-12-26 21:52:16 -08:00
parent 7e86ed058f
commit c0fbb66a77

View file

@ -83,7 +83,6 @@ module Middleman::Sitemap
path = path.sub(/^\//, "")
@pages.delete(path) if @pages.has_key?(path)
@context_map.delete(path) if @context_map.has_key?(path)
end
def file_to_path(file)
@ -140,4 +139,4 @@ module Middleman::Sitemap
end
end
end
end
end