Skip to content

Commit 0a05c8d

Browse files
committed
Merge pull request #1942 from xzyfer/fix/unused-variable
Remove unused variable
2 parents b6841ed + 6f6b49c commit 0a05c8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/functions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,6 @@ namespace Sass {
16901690
Sass_Output_Style old_style;
16911691
old_style = ctx.c_options.output_style;
16921692
ctx.c_options.output_style = TO_SASS;
1693-
Sass_Output_Options out(ctx.c_options);
16941693
Emitter emitter(ctx.c_options);
16951694
Inspect i(emitter);
16961695
i.in_declaration = false;

0 commit comments

Comments
 (0)