aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-23 17:00:53 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-23 17:00:53 -0700
commitb49c89fd54b60b03e437367c30bf92daf4b14d6a (patch)
tree5813cbaf6f9b09362e240888cc38001b2d5802e5 /src/settings.js
parenta5e96a395fcd69e44b7df074151e5c9783c1ded6 (diff)
remove UNRESOLVED_AS_DEAD since it doesn't work
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/settings.js b/src/settings.js
index d30db173..8c7d1f83 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -351,10 +351,6 @@ var DEAD_FUNCTIONS = []; // Functions on this list are not converted to JS, and
// If a dead function is actually called, you will get a runtime
// error.
// TODO: options to lazily load such functions
-var UNRESOLVED_AS_DEAD = 0; // Handle all unresolved functions as if they were in the
- // list of dead functions. This is a quick way to turn
- // all unresolved references into runtime aborts (and not
- // get compile-time warnings or errors on them).
var EXPLICIT_ZEXT = 0; // If 1, generate an explicit conversion of zext i1 to i32, using ?: