From af0abf7e312235fb3b0c38ce2a93768c5d73bb41 Mon Sep 17 00:00:00 2001
From: David Li
Date: Thu, 10 Aug 2023 12:24:38 -0400
Subject: [PATCH] GH-37099: [C++] Fix build of Flight-UCX (#37105)
### 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: #37099
Authored-by: David Li
Signed-off-by: David Li
---
cpp/src/arrow/flight/transport/ucx/ucx_internal.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpp/src/arrow/flight/transport/ucx/ucx_internal.cc b/cpp/src/arrow/flight/transport/ucx/ucx_internal.cc
index 9c6bd182827c4..767a877ece331 100644
--- a/cpp/src/arrow/flight/transport/ucx/ucx_internal.cc
+++ b/cpp/src/arrow/flight/transport/ucx/ucx_internal.cc
@@ -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