Skip to content

Commit 7c6c029

Browse files
committed
Remove dead branch
1 parent 72cc85d commit 7c6c029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ module.exports = function (ast, vars) {
8080
if (op === '|') return l | r;
8181
if (op === '&') return l & r;
8282
if (op === '^') return l ^ r;
83-
if (op === '||') return l || r;
8483

8584
return FAIL;
8685
}

0 commit comments

Comments
 (0)