diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index f3dc27dba3..f973137130 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -25,7 +25,6 @@ rtc_static_library("rtc_p2p") { "base/asyncstuntcpsocket.h", "base/basicpacketsocketfactory.cc", "base/basicpacketsocketfactory.h", - "base/candidate.h", "base/candidatepairinterface.h", "base/common.h", "base/dtlstransport.cc", diff --git a/p2p/base/candidate.h b/p2p/base/candidate.h deleted file mode 100644 index ea7d2c9ebb..0000000000 --- a/p2p/base/candidate.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright 2004 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. - */ - -// TODO(phoglund): remove this file after downstream projects are updated. -// See bugs.webrtc.org/7504. - -#ifndef P2P_CANDIDATE_H_ -#define P2P_CANDIDATE_H_ - -#include "api/candidate.h" - -#endif // P2P_CANDIDATE_H_