From 268c64ec882912cf377e5122b8456b4ae7205a56 Mon Sep 17 00:00:00 2001 From: Ofek Shilon Date: Sat, 7 Sep 2024 23:36:53 +0300 Subject: [PATCH] Revert "Binge of (mostly) mindless tsification" This reverts commit 0d1279241d85bdb75ddf43c37a64411d33756314. --- lib/base-compiler.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/base-compiler.ts b/lib/base-compiler.ts index a5acf4cb380..e3a0f598bf7 100644 --- a/lib/base-compiler.ts +++ b/lib/base-compiler.ts @@ -588,14 +588,11 @@ export class BaseCompiler implements ICompiler { } async objdump( - outputFilename: string, outputFilename: string, result: any, maxSize: number, intelAsm: boolean, demangle: boolean, - intelAsm: boolean, - demangle: boolean, staticReloc: boolean | undefined, dynamicReloc: boolean, filters: ParseFiltersAndOutputOptions,