diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-04 16:36:49 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-04 16:36:49 -0700 |
commit | b1481dda9cd026d47eb1999dbde3ad34a0097c74 (patch) | |
tree | e2246e5d924cd30239715302867f3d2d716203ff | |
parent | 6236b2d21d792d63c8691e858171910cbe2f79a4 (diff) |
remove no longer needed library.js constants for some libcxxabi stuff, which can confuse INCLUDE_FULL_LIBRARY+exceptions
-rw-r--r-- | src/library.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/library.js b/src/library.js index 7894e033..c2e1e1b8 100644 --- a/src/library.js +++ b/src/library.js @@ -4273,10 +4273,6 @@ LibraryManager.library = { __cxa_guard_release: function() {}, __cxa_guard_abort: function() {}, - _ZTVN10__cxxabiv119__pointer_type_infoE: [0], // is a pointer - _ZTVN10__cxxabiv117__class_type_infoE: [1], // no inherited classes - _ZTVN10__cxxabiv120__si_class_type_infoE: [2], // yes inherited classes - // Exceptions __cxa_allocate_exception: function(size) { return _malloc(size); |