Removing definition of FEATURE_ENABLE_VOICEMAIL.

Bug: None
Change-Id: Ie64c70bb42f676ca350e99a2c76122851aae6144
Reviewed-on: https://webrtc-review.googlesource.com/54421
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22087}
This commit is contained in:
Mirko Bonadei 2018-02-16 13:39:18 +01:00 committed by Commit Bot
parent 111a0d17d7
commit 7435462940
2 changed files with 0 additions and 7 deletions

View File

@ -107,7 +107,6 @@ config("common_inherited_config") {
defines += [
# TODO(kjellander): Cleanup unused ones and move defines closer to
# the source when webrtc:4256 is completed.
"FEATURE_ENABLE_VOICEMAIL",
"GTEST_RELATIVE_PATH",
"WEBRTC_CHROMIUM_BUILD",
]

View File

@ -15,10 +15,6 @@ group("p2p") {
]
}
config("rtc_p2p_inherited_config") {
defines = [ "FEATURE_ENABLE_VOICEMAIL" ]
}
rtc_static_library("rtc_p2p") {
visibility = [ "*" ]
sources = [
@ -96,8 +92,6 @@ rtc_static_library("rtc_p2p") {
"../system_wrappers:field_trial_api",
]
public_configs = [ ":rtc_p2p_inherited_config" ]
if (build_with_chromium) {
if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]