This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5165784baf79b26fe67ab100b235445a09157b27
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed May 22 12:55:30 2024 +0200

    CAMEL-20785: remove unused variable
---
 .../src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java
 
b/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java
index a16ba69afd0..db1d81cd94a 100644
--- 
a/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java
+++ 
b/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java
@@ -111,7 +111,6 @@ public abstract class CamelTestSupport
     private boolean isCreateCamelContextPerClass = false;
 
     private ExtensionContext.Store globalStore;
-    private DebugBreakpoint breakpoint;
 
     @Override
     public void afterTestExecution(ExtensionContext context) throws Exception {

Reply via email to