Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Oct 16, 2024
1 parent 2d348a2 commit 2fd5e3c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.arrow.flight.integration.tests;

import java.nio.charset.StandardCharsets;
import java.util.Arrays;
import org.apache.arrow.flight.CallStatus;
import org.apache.arrow.flight.FlightDescriptor;
Expand All @@ -30,8 +29,6 @@

/** The server used for testing the Flight do_exchange method. */
final class DoExchangeProducer extends NoOpFlightProducer {
private static final byte[] COMMAND_ECHO = "echo".getBytes(StandardCharsets.UTF_8);

private final BufferAllocator allocator;

DoExchangeProducer(BufferAllocator allocator) {
Expand Down

0 comments on commit 2fd5e3c

Please sign in to comment.