Skip to content

Commit de0d1de

Browse files
committed
remove orphan settings
1 parent 029b93b commit de0d1de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/settings.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,8 +1202,6 @@ var PTHREADS_DEBUG = 0;
12021202

12031203
var MAX_GLOBAL_ALIGN = -1; // received from the backend
12041204
var IMPLEMENTED_FUNCTIONS = []; // received from the backend
1205-
var JSCALL_START_INDEX = 0; // received from the backend
1206-
var JSCALL_SIG_ORDER = {}; // received from the backend
12071205

12081206
// Duplicate function elimination. This coalesces function bodies that are
12091207
// identical, which can happen e.g. if two methods have different C/C++ or LLVM

0 commit comments

Comments
 (0)