diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-24 11:50:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-24 11:50:42 -0700 |
commit | 44bec89cef50420ab6e52efcf114c200b0023be7 (patch) | |
tree | c64d29ef26af768ea8180e4e29b87bcbdf83f5b3 | |
parent | 97b99d6e689d0740b85be1ad7279df7a1ca74f7f (diff) | |
parent | 5569c5ab502b8b3da21371ca8854fa877cc517cc (diff) |
Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructor
Remove empty std::type_info destructor.
-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. |