Unnecessary error checking in Sass::Tree::Node.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@509 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-05-08 08:04:11 +00:00
parent 8509286ad2
commit 005c267623
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ module Sass
begin
result += "#{child.to_s(1)}\n"
rescue SyntaxError => e
if child.filename
e.add_backtrace_entry(child.filename)
end
raise e
end
end