Delete placeholder file rtc_base/function_view.h
Bug: None Change-Id: If2d35a9745f1de6cc4d26814e8b7567a8466d831 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148527 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28820}
This commit is contained in:
@ -56,7 +56,6 @@ rtc_source_set("rtc_base_approved") {
|
||||
":safe_compare",
|
||||
":type_traits",
|
||||
"../api:array_view",
|
||||
"../api:function_view",
|
||||
"../api:scoped_refptr",
|
||||
"system:arch",
|
||||
"system:unused",
|
||||
@ -80,7 +79,6 @@ rtc_source_set("rtc_base_approved") {
|
||||
"copy_on_write_buffer.h",
|
||||
"event_tracer.cc",
|
||||
"event_tracer.h",
|
||||
"function_view.h",
|
||||
"ignore_wundef.h",
|
||||
"location.cc",
|
||||
"location.h",
|
||||
|
@ -1,19 +0,0 @@
|
||||
/*
|
||||
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef RTC_BASE_FUNCTION_VIEW_H_
|
||||
#define RTC_BASE_FUNCTION_VIEW_H_
|
||||
|
||||
// This header is deprecated and will be removed. Please use the one,
|
||||
// that is specified below instead.
|
||||
|
||||
#include "api/function_view.h"
|
||||
|
||||
#endif // RTC_BASE_FUNCTION_VIEW_H_
|
Reference in New Issue
Block a user