Remove unneeded is_fuzzing flag

BUG=skia:6260

Change-Id: Id27ac7f64276f87f86719bf4fc3f8834466320ab
Reviewed-on: https://skia-review.googlesource.com/8800
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Kevin Lubick 2017-02-21 12:39:57 -05:00 committed by Skia Commit-Bot
parent 0843589d7d
commit fd98b5ee76

View File

@ -35,7 +35,6 @@ declare_args() {
skia_enable_tools = is_skia_standalone
skia_enable_vulkan_debug_layers = is_skia_standalone && is_debug
skia_vulkan_sdk = getenv("VULKAN_SDK")
is_fuzzing = false
}
declare_args() {
skia_use_dng_sdk =
@ -155,9 +154,6 @@ config("skia_private") {
if (skia_enable_discrete_gpu) {
defines += [ "SK_ENABLE_DISCRETE_GPU" ]
}
if (is_fuzzing) {
defines += [ "IS_FUZZING" ]
}
}
# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.