Kotlin: Remove an unused method

This commit is contained in:
Ian Lynagh
2022-09-14 16:31:11 +01:00
parent d7cdeb8ac0
commit 8f2a718787

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.