Skip to content

Commit 6f6b49c

Browse files
committed
Remove unused variable
Fixes #1918
1 parent b6841ed commit 6f6b49c

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)