Skip to content

Commit 7e8b4c0

Browse files
authored
Remove outdated comment. NFC (emscripten-core#22586)
The comment pertains to code that was removed in emscripten-core#19064.
1 parent 8b3c4f9 commit 7e8b4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/library_ccall.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ addToLibrary({
3232
'string': (str) => {
3333
var ret = 0;
3434
if (str !== null && str !== undefined && str !== 0) { // null string
35-
// at most 4 bytes per UTF-8 code point, +1 for the trailing '\0'
3635
ret = stringToUTF8OnStack(str);
3736
}
3837
return {{{ to64('ret') }}};

0 commit comments

Comments
 (0)