aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 23bda6ce..b0f7ef86 100644
--- a/src/library.js
+++ b/src/library.js
@@ -622,7 +622,6 @@ var Library = {
#if ASSERTIONS
assert(num % 1 === 0, 'memcpy given ' + num + ' bytes to copy. Problem with QUANTUM_SIZE=1 corrections perhaps?');
#endif
- // TODO: optimize for the typed arrays case
// || 0, since memcpy sometimes copies uninitialized areas XXX: Investigate why initializing alloc'ed memory does not fix that too
{{{ makeCopyValues('dest', 'src', 'num', 'null', ' || 0') }}};
},