From e4ba4ee837acb8dfc2045a1c63a39547da419d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 8 Aug 2019 14:43:00 +0200 Subject: [PATCH] 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 Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#28820} --- rtc_base/BUILD.gn | 2 -- rtc_base/function_view.h | 19 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 rtc_base/function_view.h diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn index 0ca8ae2c0a..b937714c2a 100644 --- a/rtc_base/BUILD.gn +++ b/rtc_base/BUILD.gn @@ -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", diff --git a/rtc_base/function_view.h b/rtc_base/function_view.h deleted file mode 100644 index f465cc8f28..0000000000 --- a/rtc_base/function_view.h +++ /dev/null @@ -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_