iSAC: Remove unnecessary WEBRTC_LINUX define

Similar to https://codereview.webrtc.org/1539883002
but for GN. This was discovered during GN vs GYP auditing.

NOTRY=True
BUG=webrtc:6323

Review-Url: https://codereview.webrtc.org/2344633002
Cr-Commit-Position: refs/heads/master@{#14220}
This commit is contained in:
kjellander 2016-09-14 23:15:48 -07:00 committed by Commit bot
parent 0d14c6abba
commit f807a521fa

View File

@ -555,10 +555,6 @@ rtc_source_set("isac_fix") {
"codecs/isac/fix/source/transform_tables.c",
]
if (!is_win) {
defines = [ "WEBRTC_LINUX" ]
}
public_configs = [ ":isac_fix_config" ]
deps = [