Remove unnecessary forward declaration of util::Status.

PiperOrigin-RevId: 244445567
This commit is contained in:
A. Unique TensorFlower 2019-04-19 16:53:05 -07:00 committed by TensorFlower Gardener
parent 27325fabed
commit a6acd6e8ed

View File

@ -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>