Skip to content

Commit 790ee4b

Browse files
committed
Fix merge issue
1 parent 6ed0191 commit 790ee4b

File tree

1 file changed

+0
-2
lines changed
  • v-next/hardhat/src/internal/builtin-plugins/solidity/build-system

1 file changed

+0
-2
lines changed

v-next/hardhat/src/internal/builtin-plugins/solidity/build-system/build-system.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ export class SolidityBuildSystemImplementation implements SolidityBuildSystem {
297297
rootFilePaths: string[],
298298
options?: GetCompilationJobsOptions,
299299
): Promise<CompilationJobCreationError | GetCompilationJobsResult> {
300-
const isolated = options?.isolated ?? false;
301-
302300
await this.#downloadConfiguredCompilers(options?.quiet);
303301

304302
const dependencyGraph = await buildDependencyGraph(

0 commit comments

Comments
 (0)