[Open Screen] Remove forwarding header for byte_view.h.
Downstream has been updated so it's no longer needed.
Bug: b/239435405
Change-Id: I1d814fe094cf7e59d836c4a59525a965ae4b7f35
Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/4234156
Reviewed-by: Jordan Bayles <jophba@chromium.org>
Commit-Queue: Jordan Bayles <jophba@chromium.org>
diff --git a/platform/BUILD.gn b/platform/BUILD.gn
index c2d9f35..9b8eb3b 100644
--- a/platform/BUILD.gn
+++ b/platform/BUILD.gn
@@ -11,7 +11,6 @@
defines = []
visibility += [ "*" ]
public = [
- "base/byte_view.h",
"base/error.h",
"base/interface_info.h",
"base/ip_address.h",
diff --git a/platform/base/byte_view.h b/platform/base/byte_view.h
deleted file mode 100644
index bbfa8a3..0000000
--- a/platform/base/byte_view.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2023 The Chromium Authors
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef PLATFORM_BASE_BYTE_VIEW_H_
-#define PLATFORM_BASE_BYTE_VIEW_H_
-
-// Backwards-compatibility header for ByteView. This will be removed once
-// downstream includes are updated.
-
-#include "platform/base/span.h"
-
-#endif // PLATFORM_BASE_BYTE_VIEW_H_