Skip to content

Commit

Permalink
Merge pull request #1942 from xzyfer/fix/unused-variable
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
xzyfer committed Mar 13, 2016
2 parents b6841ed + 6f6b49c commit 0a05c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,6 @@ namespace Sass {
Sass_Output_Style old_style;
old_style = ctx.c_options.output_style;
ctx.c_options.output_style = TO_SASS;
Sass_Output_Options out(ctx.c_options);
Emitter emitter(ctx.c_options);
Inspect i(emitter);
i.in_declaration = false;
Expand Down

0 comments on commit 0a05c8d

Please sign in to comment.