Skip to content

Commit b32e104

Browse files
committed
Is it assignee clearing?
1 parent 098a2e7 commit b32e104

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/environment.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ namespace Sass {
5959
// profiling only show a very minor increase (but keep anyway).
6060
if (a->vidx().isValid()) {
6161
assigne = &compiler.varRoot.getVariable(a->vidx());
62-
ValueObj result = a->value()->accept(this);
63-
compiler.varRoot.setVariable(
64-
a->vidx(),
65-
result,
66-
a->is_default());
62+
compiler.varRoot.setVariable(a->vidx(),
63+
a->value()->accept(this), a->is_default());
6764
assigne = nullptr;
6865
return nullptr;
6966
}

0 commit comments

Comments
 (0)