diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-13 21:58:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-13 21:58:31 -0700 |
commit | e9cd8e2b1da682597b5ae84764f4149e4654b6d6 (patch) | |
tree | 5408c5a966825b2ebcf3412c80a10234f1e1b51a | |
parent | 797df4f7ad96fb4578bb30c4d333452736bb42ac (diff) | |
parent | 00caa1bec97a7a9d073f06703254111d7c77db36 (diff) |
Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgets
Remove cxx mangled catgets / catopen / catclose.
-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 f414a05f..aac5a9da 100644 --- a/src/library.js +++ b/src/library.js @@ -6584,10 +6584,6 @@ LibraryManager.library = { return me.ret; }, - _Z7catopenPKci: function() { throw 'catopen not implemented' }, - _Z7catgetsP8_nl_catdiiPKc: function() { throw 'catgets not implemented' }, - _Z8catcloseP8_nl_catd: function() { throw 'catclose not implemented' }, - // ========================================================================== // errno.h // ========================================================================== |