diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index b25e48ed..48acf6ac 100644 --- a/src/library.js +++ b/src/library.js @@ -1190,7 +1190,6 @@ LibraryManager.library = { _exit: function(status) { // void _exit(int status); // http://pubs.opengroup.org/onlinepubs/000095399/functions/exit.html - Module.print('exit(' + status + ') called'); Module['exit'](status); }, fork__deps: ['__setErrNo', '$ERRNO_CODES'], |