diff options
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules.js b/src/modules.js index 2757c2cb..9662200c 100644 --- a/src/modules.js +++ b/src/modules.js @@ -373,14 +373,6 @@ var Functions = { } } } - if (table.length > 20) { - // add some newlines in the table, for readability - var j = 10; - while (j+10 < table.length) { - table[j] += '\n'; - j += 10; - } - } maxTable = Math.max(maxTable, table.length); } if (ASM_JS) maxTable = ceilPowerOfTwo(maxTable); |