Skip to content

Commit b8d3803

Browse files
committed
[refactor] remove unused parameter
1 parent 3ebe230 commit b8d3803

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/command/render/pandoc.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ export async function runPandoc(
536536
options.format,
537537
cwd,
538538
options.libDir,
539-
options.services.temp,
540539
dependenciesFile,
541540
options.project,
542541
);
@@ -963,9 +962,6 @@ export async function runPandoc(
963962
// filter results json file
964963
const filterResultsFile = options.services.temp.createFile();
965964

966-
// timing results json file
967-
const timingResultsFile = options.services.temp.createFile();
968-
969965
const writerKeys: ("to" | "writer")[] = ["to", "writer"];
970966
for (const key of writerKeys) {
971967
if (allDefaults[key]?.match(/[.]lua$/)) {
@@ -1397,7 +1393,6 @@ async function resolveExtras(
13971393
format: Format,
13981394
inputDir: string,
13991395
libDir: string,
1400-
temp: TempContext,
14011396
dependenciesFile: string,
14021397
project: ProjectContext,
14031398
) {

0 commit comments

Comments
 (0)