Index: src/js/typedarray.js |
diff --git a/src/js/typedarray.js b/src/js/typedarray.js |
index e1b69331099c86b14c3a2e1c4ef8218d828bc0e9..18f6dde29975de4ba34b824b5c9f57fa84061efe 100644 |
--- a/src/js/typedarray.js |
+++ b/src/js/typedarray.js |
@@ -21,7 +21,6 @@ var GlobalArrayBuffer = global.ArrayBuffer; |
var GlobalArrayBufferPrototype = GlobalArrayBuffer.prototype; |
var GlobalDataView = global.DataView; |
var GlobalObject = global.Object; |
-var InternalArray = utils.InternalArray; |
var InnerArrayCopyWithin; |
var InnerArrayEvery; |
var InnerArrayFill; |