Skip to content

Commit

Permalink
"ln" is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Nov 4, 2014
1 parent 7f2abb5 commit a95ff97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@

function packIEEE754(v, ebits, fbits) {
var bias = (1 << (ebits - 1)) - 1,
s, e, f, ln,
s, e, f,
i, bits, str, bytes;

// Compute sign, exponent, fraction
Expand Down

0 comments on commit a95ff97

Please sign in to comment.