diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-03-18 15:57:13 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-03-18 15:57:13 +0700 |
commit | 5569c5ab502b8b3da21371ca8854fa877cc517cc (patch) | |
tree | 580ba183439a82b8a46cf89e0e4eeb241697b7b8 | |
parent | 0b04c1ed0860b41fd5ddeea701adf52a6d2f7f35 (diff) |
Remove empty std::type_info destructor.
This is provided by libcxxabi and there are actually 3 different
destructors, not just this one, so let things pick up libcxxabi correctly.
-rw-r--r-- | src/library.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/library.js b/src/library.js index 8aac2bb2..881fa54b 100644 --- a/src/library.js +++ b/src/library.js @@ -4600,8 +4600,6 @@ LibraryManager.library = { return __ZNKSt9exception4whatEv.buffer; }, - _ZNSt9type_infoD2Ev: function(){}, - // RTTI hacks for exception handling, defining type_infos for common types. // The values are dummies. We simply use the addresses of these statically // allocated variables as unique identifiers. |