Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 15, 2024
1 parent 4b0bc67 commit f325884
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/io/cryostat/recordings/RecordingHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,6 @@ public Response uploadToJFRDatasource(Pair<String, String> key) throws Exception
}
}

public Response uploadToJFRDatasource(String jvmId, String filename) throws Exception {
return uploadToJFRDatasource(Pair.of(jvmId, filename));
}

Optional<Path> getRecordingCopyPath(
JFRConnection connection, Target target, String recordingName) throws Exception {
return connection.getService().getAvailableRecordings().stream()
Expand Down

0 comments on commit f325884

Please sign in to comment.