mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] Remove unused define. (flutter/engine#50250)
This define isn't used in a C++ TU. Only the build scripts (in `//flutter/shell/platform/android/BUILD.gn`) use the flag to decide whether to package the validation layers. Remove the define that no one uses.
This commit is contained in:
parent
9858aa35c2
commit
a018aebbe9
@ -123,8 +123,4 @@ impeller_component("vulkan") {
|
||||
"//third_party/vulkan-deps/vulkan-headers/src:vulkan_headers",
|
||||
"//third_party/vulkan_memory_allocator",
|
||||
]
|
||||
|
||||
if (impeller_enable_vulkan_validation_layers) {
|
||||
defines = [ "IMPELLER_ENABLE_VULKAN_VALIDATION_LAYERS" ]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user