aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-06-03 14:40:15 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-06-03 14:40:15 -0700
commitcafdc3cca8493da19187880d99a32f021f706ce6 (patch)
treef66f482e8b4339382076d78d90ee83e3b21e2ae9 /src/runtime.js
parent931418568a219a93f04606615ef6e5b24d639536 (diff)
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Diffstat (limited to 'src/runtime.js')
-rw-r--r--src/runtime.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime.js b/src/runtime.js
index 1aefc135..adf62521 100644
--- a/src/runtime.js
+++ b/src/runtime.js
@@ -74,7 +74,6 @@ Runtime = {
staticAlloc: unInline('staticAlloc', ['size']),
alignMemory: unInline('alignMemory', ['size', 'quantum']),
- // TODO: cleanup
isNumberType: function(type) {
return type in Runtime.INT_TYPES || type in Runtime.FLOAT_TYPES;
},