From 38424635421cdf7813c97320b551622ea23398f0 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Tue, 2 Aug 2011 16:46:04 -0700 Subject: [PATCH] Retrieved trees never have options now. --- lib/sass/engine.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sass/engine.rb b/lib/sass/engine.rb index ff3d28f0c4..3f66aa2e06 100644 --- a/lib/sass/engine.rb +++ b/lib/sass/engine.rb @@ -309,7 +309,6 @@ def _to_tree sha = Digest::SHA1.hexdigest(@template) if root = @options[:cache_store].retrieve(key, sha) - @options = root.options.merge(@options) root.options = @options return root end