Skip to content

Commit 7c88786

Browse files
committed
fix
1 parent 91aa140 commit 7c88786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8189,7 +8189,6 @@ export class Compiler extends DiagnosticEmitter {
81898189
let arrayInstance = <Class>element;
81908190
let arrayType = arrayInstance.type;
81918191
let elementType = arrayInstance.getTypeArgumentsTo(program.arrayPrototype)![0];
8192-
let arrayBufferInstance = assert(program.arrayBufferInstance);
81938192

81948193
// block those here so compiling expressions doesn't conflict
81958194
let tempThis = flow.getTempLocal(this.options.usizeType);

0 commit comments

Comments
 (0)