diff --git a/impeller/compiler/spirv_sksl.cc b/impeller/compiler/spirv_sksl.cc index 643f90e8d1da6..0257c79fc3f29 100644 --- a/impeller/compiler/spirv_sksl.cc +++ b/impeller/compiler/spirv_sksl.cc @@ -349,8 +349,6 @@ void CompilerSkSL::emit_resources() { if (emit_global_variable_resources()) { statement(""); } - - declare_undefined_values(); } void CompilerSkSL::emit_interface_block(const SPIRVariable& var) {