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 <hta@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24182}
This commit is contained in:
Mirko Bonadei
2018-08-02 13:52:22 +02:00
committed by Commit Bot
parent 7d745e5a89
commit 489767830b

View File

@ -81,8 +81,6 @@ rtc_static_library("rtc_p2p") {
"client/turnportfactory.h", "client/turnportfactory.h",
] ]
defines = []
deps = [ deps = [
"../api:libjingle_peerconnection_api", "../api:libjingle_peerconnection_api",
"../api:ortc_api", "../api:ortc_api",
@ -112,10 +110,6 @@ rtc_static_library("rtc_p2p") {
"base/turnserver.cc", "base/turnserver.cc",
"base/turnserver.h", "base/turnserver.h",
] ]
defines += [
"FEATURE_ENABLE_VOICEMAIL",
"FEATURE_ENABLE_PSTN",
]
} }
} }