Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed May 9, 2024
1 parent 3015093 commit 6b486ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/cryostat/events/S3TemplateService.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ void onStart(@Observes StartupEvent evt) {
return;
}
try {
var existing = getTemplates();
Files.walk(dir)
.filter(Files::isRegularFile)
.filter(Files::isReadable)
Expand Down

0 comments on commit 6b486ba

Please sign in to comment.