mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Kotlin: Remove an unused method
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user