Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
fixes #37
  • Loading branch information
frangio committed Dec 9, 2024
1 parent f812bc0 commit eb1d84c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ task<CompileJobArgs>(TASK_COMPILE_SOLIDITY_COMPILE_JOB, async (args, hre, superC
async function getExposedJob(hre: HardhatRuntimeEnvironment, compilationJob: CompilationJob, output: CompilerOutput): Promise<CompilationJob> {
const { getExposed } = await import('./core');

const inputFiles = Object.fromEntries(compilationJob.getResolvedFiles().map(rf => [rf.sourceName, rf.absolutePath]));

const include = await getMatcher(hre.config);
const exposed = getExposed(output, include, hre.config);

Expand Down

0 comments on commit eb1d84c

Please sign in to comment.