Skip to content

Commit

Permalink
apacheGH-37099: [C++] Fix build of Flight-UCX (apache#37105)
Browse files Browse the repository at this point in the history
### Rationale for this change

Fix broken build.

### What changes are included in this PR?

Remove an outdated alias.

### Are these changes tested?

N/A

### Are there any user-facing changes?

No.
* Closes: apache#37099

Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
  • Loading branch information
lidavidm authored and loicalleyne committed Nov 13, 2023
1 parent 7ecc709 commit af0abf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/arrow/flight/transport/ucx/ucx_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ namespace transport {
namespace ucx {

using internal::TransportStatus;
using internal::TransportStatusCode;

// Defines to test different implementation strategies
// Enable the CONTIG path for CPU-only data
Expand Down

0 comments on commit af0abf7

Please sign in to comment.