Skip to content

Commit a939156

Browse files
authored
Merge pull request #10419 from igfoo/igfoo/unused
Kotlin: Remove an unused method
2 parents 618a5b9 + 8f2a718 commit a939156

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

java/kotlin-extractor/src/main/java/com/semmle/extractor/java/OdasaOutput.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -255,17 +255,6 @@ private void deleteTrapFileAndDependencies(IrDeclaration sym, String signature)
255255
* Trap writers.
256256
*/
257257

258-
/**
259-
* A {@link TrapFileManager} to output facts for the given source file,
260-
* or <code>null</code> if the source file should not be populated.
261-
*/
262-
private TrapFileManager getTrapWriterForCurrentSourceFile() {
263-
File trapFile = getTrapFileForCurrentSourceFile();
264-
if (trapFile==null)
265-
return null;
266-
return trapWriter(trapFile, null, null);
267-
}
268-
269258
/**
270259
* Get a {@link TrapFileManager} to write members
271260
* about a declaration, or <code>null</code> if the declaration shouldn't be populated.

0 commit comments

Comments
 (0)