Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9040e45

Browse files
authored
[Impeller] Remove unused define. (#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.
1 parent 1312954 commit 9040e45

File tree

1 file changed

+0
-4
lines changed
  • impeller/renderer/backend/vulkan

1 file changed

+0
-4
lines changed

impeller/renderer/backend/vulkan/BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,4 @@ impeller_component("vulkan") {
123123
"//third_party/vulkan-deps/vulkan-headers/src:vulkan_headers",
124124
"//third_party/vulkan_memory_allocator",
125125
]
126-
127-
if (impeller_enable_vulkan_validation_layers) {
128-
defines = [ "IMPELLER_ENABLE_VULKAN_VALIDATION_LAYERS" ]
129-
}
130126
}

0 commit comments

Comments
 (0)