Skip to content

Commit 6d47d7f

Browse files
committed
chore: remove unused code
1 parent c1354c9 commit 6d47d7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

operator-framework-quarkus-extension/deployment/src/main/java/io/javaoperatorsdk/quarkus/extension/deployment/QuarkusExtensionProcessor.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ class QuarkusExtensionProcessor {
5050
private static final DotName CONTROLLER = DotName.createSimple(Controller.class.getName());
5151
private static final DotName APPLICATION_SCOPED =
5252
DotName.createSimple(ApplicationScoped.class.getName());
53-
private static final Supplier<String> EXCEPTION_SUPPLIER =
54-
() -> {
55-
throw new IllegalArgumentException();
56-
};
5753

5854
private ExternalConfiguration externalConfiguration;
5955

0 commit comments

Comments
 (0)