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