Skip to content

Commit ee98484

Browse files
committed
remove orphan settings
1 parent e37b89b commit ee98484

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
@@ -1163,8 +1163,6 @@ var PTHREADS_DEBUG = 0;
11631163

11641164
var MAX_GLOBAL_ALIGN = -1; // received from the backend
11651165
var IMPLEMENTED_FUNCTIONS = []; // received from the backend
1166-
var JSCALL_START_INDEX = 0; // received from the backend
1167-
var JSCALL_SIG_ORDER = {}; // received from the backend
11681166

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

0 commit comments

Comments
 (0)