From a6acd6e8ed07996d1bcf3fbaef96fb7a1a4fcaff Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <gardener@tensorflow.org>
Date: Fri, 19 Apr 2019 16:53:05 -0700
Subject: [PATCH] Remove unnecessary forward declaration of `util::Status`.

PiperOrigin-RevId: 244445567
---
 tensorflow/compiler/xla/test_helpers.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tensorflow/compiler/xla/test_helpers.h b/tensorflow/compiler/xla/test_helpers.h
index 3ede5e6e38a..a2b76fafb12 100644
--- a/tensorflow/compiler/xla/test_helpers.h
+++ b/tensorflow/compiler/xla/test_helpers.h
@@ -28,9 +28,6 @@ limitations under the License.
 
 // This module contains a minimal subset of gmock functionality just
 // sufficient to execute the currently existing tests.
-namespace util {
-class Status;
-}  // namespace util
 
 namespace xla {
 template <typename T>