[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:
Chinmay Garde 2024-02-01 13:30:18 -08:00 committed by GitHub
parent 9858aa35c2
commit a018aebbe9

View File

@ -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" ]
}
}