aboutsummaryrefslogtreecommitdiff
path: root/logging
diff options
context:
space:
mode:
authorDanil Chapovalov <danilchap@webrtc.org>2019-09-11 10:55:22 +0200
committerCommit Bot <commit-bot@chromium.org>2019-09-16 15:59:54 +0000
commit68ef259c30f8168d29cb8c8683afa9df93dc5873 (patch)
tree6f1edbf82faf934a71d204d86f99aa7a8a094a9c /logging
parentf5dec1c6af02647d669cf255527464ec58a8f03b (diff)
downloadwebrtc-68ef259c30f8168d29cb8c8683afa9df93dc5873.tar.gz
Delete deprecated rtc_event.h file
Bug: webrtc:10206 Change-Id: I6fe19bfb0b6dbef5ce73711b22fd903432f87810 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/152485 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29198}
Diffstat (limited to 'logging')
-rw-r--r--logging/BUILD.gn6
-rw-r--r--logging/rtc_event_log/events/rtc_event.h19
2 files changed, 0 insertions, 25 deletions
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_