diff options
author | alon@honor <none@none> | 2010-10-06 20:43:30 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-06 20:43:30 -0700 |
commit | 636ca0d2b19455cac197e20f7dd81fd963bad685 (patch) | |
tree | c05de1a7fdc93ef41dadd9bf2165779d38a01c0c /src/preamble.js | |
parent | 99f96653a706fc61d4be31ce8b45cd6d74c06c6a (diff) |
inline stack allocations
Diffstat (limited to 'src/preamble.js')
-rw-r--r-- | src/preamble.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preamble.js b/src/preamble.js index 33c9515d..a2efad57 100644 --- a/src/preamble.js +++ b/src/preamble.js @@ -39,7 +39,6 @@ function assert(condition, text) { if (!condition) { var text = "Assertion failed: " + text; print(text + ':\n' + (new Error).stack); - if (this[alert]) alert(text) throw "Assertion: " + text; } } |