From 489767830be3354c2dc5f96ae67307b375204d03 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 2 Aug 2018 13:52:22 +0200 Subject: [PATCH] Remove definition of FEATURE_ENABLE_VOICEMAIL, FEATURE_ENABLE_PSTN. FEATURE_ENABLE_VOICEMAIL is never used. FEATURE_ENABLE_PSTN is used in //third_party/libjingle_xmpp but WebRTC doesn't depend on it, so it is reasonable to assume that no one needs to define it. Bug: webrtc:9564 Change-Id: Idfb04081f497ef52fc5c140ffb82fa2dc7b9824d Reviewed-on: https://webrtc-review.googlesource.com/92081 Reviewed-by: Harald Alvestrand Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#24182} --- p2p/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/p2p/BUILD.gn b/p2p/BUILD.gn index 297889dad7..78e7bbc114 100644 --- a/p2p/BUILD.gn +++ b/p2p/BUILD.gn @@ -81,8 +81,6 @@ rtc_static_library("rtc_p2p") { "client/turnportfactory.h", ] - defines = [] - deps = [ "../api:libjingle_peerconnection_api", "../api:ortc_api", @@ -112,10 +110,6 @@ rtc_static_library("rtc_p2p") { "base/turnserver.cc", "base/turnserver.h", ] - defines += [ - "FEATURE_ENABLE_VOICEMAIL", - "FEATURE_ENABLE_PSTN", - ] } }