From 68ef259c30f8168d29cb8c8683afa9df93dc5873 Mon Sep 17 00:00:00 2001 From: Danil Chapovalov Date: Wed, 11 Sep 2019 10:55:22 +0200 Subject: [PATCH] Delete deprecated rtc_event.h file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:10206 Change-Id: I6fe19bfb0b6dbef5ce73711b22fd903432f87810 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/152485 Reviewed-by: Björn Terelius Commit-Queue: Danil Chapovalov Cr-Commit-Position: refs/heads/master@{#29198} --- logging/BUILD.gn | 6 ------ logging/rtc_event_log/events/rtc_event.h | 19 ------------------- 2 files changed, 25 deletions(-) delete mode 100644 logging/rtc_event_log/events/rtc_event.h diff --git a/logging/BUILD.gn b/logging/BUILD.gn index 849c3b2e76..0f254a52d6 100644 --- a/logging/BUILD.gn +++ b/logging/BUILD.gn @@ -29,16 +29,10 @@ group("logging") { rtc_source_set("rtc_event_log_api") { sources = [ "rtc_event_log/encoder/rtc_event_log_encoder.h", - "rtc_event_log/events/rtc_event.h", ] deps = [ - "../api:rtp_parameters", - "../api:scoped_refptr", "../api/rtc_event_log", - "../api/task_queue", - "../rtc_base:rtc_base_approved", - "//third_party/abseil-cpp/absl/memory", ] } diff --git a/logging/rtc_event_log/events/rtc_event.h b/logging/rtc_event_log/events/rtc_event.h deleted file mode 100644 index 23a2624a20..0000000000 --- a/logging/rtc_event_log/events/rtc_event.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2017 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 LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_ -#define LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_ - -// TODO(bugs.webrtc.org/10206): For backwards compatibility; Delete as soon as -// dependencies are updated. - -#include "api/rtc_event_log/rtc_event.h" - -#endif // LOGGING_RTC_EVENT_LOG_EVENTS_RTC_EVENT_H_