Skip to content

Commit

Permalink
Remove excess runtime classes that didn't end up getting used
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero committed Dec 11, 2023
1 parent 682ef43 commit a91b5da
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 149 deletions.
2 changes: 1 addition & 1 deletion impeller/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ impeller_component("compiler_lib") {
"../base",
"../geometry",
"../runtime_stage",
"../shader_bundle",
"//flutter/fml",

# All third_party deps must be included by the global license script.
"//flutter/impeller/shader_bundle:shader_bundle_flatbuffers",
"//third_party/inja",
"//third_party/shaderc_flutter",
"//third_party/spirv_cross_flutter",
Expand Down
16 changes: 0 additions & 16 deletions impeller/shader_bundle/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,3 @@ flatbuffers("shader_bundle_flatbuffers") {
"//flutter/third_party/flatbuffers",
]
}

impeller_component("shader_bundle") {
sources = [
"shader.cc",
"shader.h",
"shader_bundle.cc",
"shader_bundle.h",
]
public_deps = [
":shader_bundle_flatbuffers",
"../base",
"../core",
"//flutter/fml",
"//flutter/impeller/runtime_stage:runtime_stage",
]
}
21 changes: 0 additions & 21 deletions impeller/shader_bundle/shader.cc

This file was deleted.

36 changes: 0 additions & 36 deletions impeller/shader_bundle/shader.h

This file was deleted.

40 changes: 0 additions & 40 deletions impeller/shader_bundle/shader_bundle.cc

This file was deleted.

35 changes: 0 additions & 35 deletions impeller/shader_bundle/shader_bundle.h

This file was deleted.

0 comments on commit a91b5da

Please sign in to comment.