Skip to content

Commit

Permalink
remove orphan settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Mar 7, 2019
1 parent 029b93b commit de0d1de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1202,8 +1202,6 @@ var PTHREADS_DEBUG = 0;

var MAX_GLOBAL_ALIGN = -1; // received from the backend
var IMPLEMENTED_FUNCTIONS = []; // received from the backend
var JSCALL_START_INDEX = 0; // received from the backend
var JSCALL_SIG_ORDER = {}; // received from the backend

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

0 comments on commit de0d1de

Please sign in to comment.