Skip to content

Commit 08d3b11

Browse files
authored
Delete unused weak_handle INSTANCE_INDEX_SHADER_HANDLE. (#18507)
# Objective - This variable is unused and never populated. I searched for the literal text of the const and got no hits. ## Solution - Delete it! ## Testing - None.
1 parent ce7d4e4 commit 08d3b11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_render/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ struct FutureRenderResources(Arc<Mutex<Option<RenderResources>>>);
285285
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, AppLabel)]
286286
pub struct RenderApp;
287287

288-
pub const INSTANCE_INDEX_SHADER_HANDLE: Handle<Shader> =
289-
weak_handle!("475c76aa-4afd-4a6b-9878-1fc1e2f41216");
290288
pub const MATHS_SHADER_HANDLE: Handle<Shader> =
291289
weak_handle!("d94d70d4-746d-49c4-bfc3-27d63f2acda0");
292290
pub const COLOR_OPERATIONS_SHADER_HANDLE: Handle<Shader> =

0 commit comments

Comments
 (0)