remove assertion

This commit is contained in:
Sebastian McKenzie 2015-11-09 17:37:23 -08:00
parent 10158b5ae7
commit f53ac0a09c

View File

@ -912,8 +912,6 @@ Ep.explodeExpression = function(path, ignoreResult) {
// control the precise order in which the generated code realizes the
// side effects of those subexpressions.
function explodeViaTempVar(tempVar, childPath, ignoreChildResult) {
assert.ok(childPath instanceof traverse.NodePath);
assert.ok(
!ignoreChildResult || !tempVar,
"Ignoring the result of a child expression but forcing it to " +