From 0d1996f6c6af3be0950dceba6fc87c4c9065748e Mon Sep 17 00:00:00 2001 From: Sebastian Jansson Date: Mon, 19 Aug 2019 10:46:17 +0200 Subject: [PATCH] Removes empty p2p/base/transport.h Bug: webrtc:9883 Change-Id: Ic87a7e2f6aba6b072f87408aa5bbb0d82e555d2d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149822 Reviewed-by: Steve Anton Commit-Queue: Sebastian Jansson Cr-Commit-Position: refs/heads/master@{#28903} --- p2p/BUILD.gn | 1 - p2p/base/transport.h | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 p2p/base/transport.h diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index 6ddabd62f3..e780ba734f 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -70,7 +70,6 @@ rtc_static_library("rtc_p2p") { "base/stun_request.h", "base/tcp_port.cc", "base/tcp_port.h", - "base/transport.h", "base/transport_description.cc", "base/transport_description.h", "base/transport_description_factory.cc", diff --git a/p2p/base/transport.h b/p2p/base/transport.h deleted file mode 100644 index 009a2511f4..0000000000 --- a/p2p/base/transport.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. - */ - -// Most of the contents of this header have moved to jseptransport.h. -// TODO(deadbeef): Delete this file when downstream dependents are updated. - -#ifndef P2P_BASE_TRANSPORT_H_ -#define P2P_BASE_TRANSPORT_H_ - -#include "p2p/base/transport.h" - -#endif // P2P_BASE_TRANSPORT_H_