File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 ( / [ . ] l u a $ / ) )  { 
@@ -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)  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments