diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-15 19:27:18 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:16 -0400 |
commit | 161e3630125de2b4431f99c65d2b2a9198400fa9 (patch) | |
tree | c022aa40f2eefa1557213e4a18f6ce8adca5c83b | |
parent | 67b397e09aef74768ee58b354d5abed75a8d4557 (diff) |
Removed old library.js todo comment that has since been fixed and no longer applies.
-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 dcaf2370..fed4fd43 100644 --- a/src/library.js +++ b/src/library.js @@ -3441,8 +3441,6 @@ LibraryManager.library = { // string.h // ========================================================================== - // FIXME: memcpy, memmove and memset should all return their destination pointers. - memcpy__inline: function(dest, src, num, align) { var ret = ''; #if ASSERTIONS |