diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-06-03 14:40:15 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-06-03 14:40:15 -0700 |
commit | cafdc3cca8493da19187880d99a32f021f706ce6 (patch) | |
tree | f66f482e8b4339382076d78d90ee83e3b21e2ae9 /src/runtime.js | |
parent | 931418568a219a93f04606615ef6e5b24d639536 (diff) |
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Diffstat (limited to 'src/runtime.js')
-rw-r--r-- | src/runtime.js | 1 |
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; }, |