Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 3, 2014
1 parent ad1fa51 commit 41604ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ namespace Sass {
Expression* message = w->message()->perform(this);
To_String to_string;
string prefix("WARNING: ");
string indent(" ");
string result(unquote(message->perform(&to_string)));
cerr << prefix << result;
Backtrace top(backtrace, w->path(), w->position(), "");
Expand Down

0 comments on commit 41604ee

Please sign in to comment.