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 face7f7692560dd0cf2f6ccc2dba15e5721b7f71 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Fri Jun 3 10:03:46 2022 +0200 (chores) camel-vertx: remove unused local variables --- .../org/apache/camel/component/vertx/http/DefaultVertxHttpBinding.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/DefaultVertxHttpBinding.java b/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/DefaultVertxHttpBinding.java index 54490a9f810..fd78f3d2258 100644 --- a/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/DefaultVertxHttpBinding.java +++ b/components/camel-vertx/camel-vertx-http/src/main/java/org/apache/camel/component/vertx/http/DefaultVertxHttpBinding.java @@ -230,7 +230,6 @@ public class DefaultVertxHttpBinding implements VertxHttpBinding { @Override public Throwable handleResponseFailure(VertxHttpEndpoint endpoint, Exchange exchange, HttpResponse<Buffer> result) throws Exception { - VertxHttpConfiguration configuration = endpoint.getConfiguration(); Throwable exception; Object responseBody = processResponseBody(endpoint, exchange, result, true);
