File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1783,7 +1783,6 @@ export class Compiler extends DiagnosticEmitter {
17831783 let module = this . module ;
17841784 let bodyNode = assert ( instance . prototype . bodyNode ) ;
17851785 let returnType = instance . signature . returnType ;
1786- let signature = instance . signature ;
17871786 let numReturnTypes = instance . signature . numReturnTypes ;
17881787 let flow = this . currentFlow ;
17891788 let thisLocal = instance . signature . thisType
@@ -6802,7 +6801,6 @@ export class Compiler extends DiagnosticEmitter {
68026801 let sizeTypeRef = usizeType . toRef ( ) ;
68036802 let parameterTypes = instance . signature . parameterTypes ;
68046803 let returnType = instance . signature . returnType ;
6805- let resultRefs = instance . signature . resultRefs ;
68066804 let hasReturnValue = instance . signature . numReturnTypes > 0 ;
68076805 let numParameters = parameterTypes . length ;
68086806 let tempIndex = 1 + parameterTypes . length ; // incl. `this`
You can’t perform that action at this time.
0 commit comments