Skip to content

Commit

Permalink
Merge pull request sass#225 from nschonni/cppchecking
Browse files Browse the repository at this point in the history
Cppchecking
  • Loading branch information
Aaron Leung committed Jan 3, 2014
2 parents c1412ab + 41604ee commit ae45b74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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
3 changes: 0 additions & 3 deletions extend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ namespace Sass {
extendee_context->innermost()->tail(extender);
*new_group << extendee_context;
}
else if (extender_context) {
*new_group << extender;
}
else {
*new_group << extender;
}
Expand Down

0 comments on commit ae45b74

Please sign in to comment.