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

Commit 223a8a1

Browse files
authored
[Impeller] impellerc: delete unused code (#49061)
1 parent 882849b commit 223a8a1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

impeller/compiler/reflector.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,6 @@ std::shared_ptr<RuntimeStageData> Reflector::GenerateRuntimeStageData() const {
329329
options_.target_platform //
330330
);
331331
data->SetShaderData(shader_data_);
332-
if (sksl_data_) {
333-
data->SetSkSLData(sksl_data_);
334-
}
335332

336333
// Sort the IR so that the uniforms are in declaration order.
337334
std::vector<spirv_cross::ID> uniforms =

impeller/compiler/reflector.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ class Reflector {
9696
const Options options_;
9797
const std::shared_ptr<const spirv_cross::ParsedIR> ir_;
9898
const std::shared_ptr<fml::Mapping> shader_data_;
99-
const std::shared_ptr<fml::Mapping> sksl_data_;
10099
const CompilerBackend compiler_;
101100
std::unique_ptr<const nlohmann::json> template_arguments_;
102101
std::shared_ptr<fml::Mapping> reflection_header_;

0 commit comments

Comments
 (0)