[xla:pjrt] Remove PjRtFuture type alias

Cleaning up BUILD files and includes will be done separately.

PiperOrigin-RevId: 826280389
This commit is contained in:
Eugene Zhulenev 2025-10-30 19:34:12 -07:00 committed by TensorFlower Gardener
parent 429a0cf1c7
commit db273660ba

View File

@ -16,16 +16,6 @@ limitations under the License.
#ifndef XLA_PJRT_PJRT_FUTURE_H_
#define XLA_PJRT_PJRT_FUTURE_H_
#include "absl/base/macros.h"
#include "xla/future.h"
namespace xla {
template <typename T = void>
using PjRtFuture ABSL_DEPRECATE_AND_INLINE() = ::xla::Future<T>;
using PjRtFutureHelpers ABSL_DEPRECATE_AND_INLINE() = ::xla::FutureHelpers;
} // namespace xla
#endif // XLA_PJRT_PJRT_FUTURE_H_