Skip to content

Commit

Permalink
remove vestigial code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Sep 23, 2010
1 parent 22ed3f3 commit 278a35f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/sass/tree/node.rb
Expand Up @@ -352,14 +352,6 @@ def _to_s
Sass::Util.abstract(self)
end

# Destructively converts this static Sass node into a new static Sass node.
# This *does* modify this node,
# but will be run non-destructively by \{#\_restructure\}.
#
# @see #restructure
def restructure!
end

# Converts this static Sass node into a static CSS node,
# returning the new node.
# This doesn't modify this node or any of its children.
Expand Down

0 comments on commit 278a35f

Please sign in to comment.