Merge pull request #10419 from igfoo/igfoo/unused

Kotlin: Remove an unused method
This commit is contained in:
Ian Lynagh
2022-09-15 10:57:58 +01:00
committed by GitHub

View File

@@ -255,17 +255,6 @@ public class OdasaOutput {
* Trap writers.
*/
/**
* A {@link TrapFileManager} to output facts for the given source file,
* or <code>null</code> if the source file should not be populated.
*/
private TrapFileManager getTrapWriterForCurrentSourceFile() {
File trapFile = getTrapFileForCurrentSourceFile();
if (trapFile==null)
return null;
return trapWriter(trapFile, null, null);
}
/**
* Get a {@link TrapFileManager} to write members
* about a declaration, or <code>null</code> if the declaration shouldn't be populated.