From 8fb18012cf6a4d2039a82faf48671459eea843a4 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 2 Aug 2026 19:35:43 +0200 Subject: [PATCH] Remove unuse allow dead code --- editor/src/node_graph_executor/runtime.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/src/node_graph_executor/runtime.rs b/editor/src/node_graph_executor/runtime.rs index 243bdb9e88..e3bd87086a 100644 --- a/editor/src/node_graph_executor/runtime.rs +++ b/editor/src/node_graph_executor/runtime.rs @@ -41,7 +41,6 @@ pub struct NodeRuntime { editor_preferences: EditorPreferences, old_graph: Option, update_thumbnails: bool, - #[expect(dead_code, reason = "read once the host wires a notifier onto the runtime")] graph_runtime: Arc, /// The last plain render request, replayed when an async source completion marks the graph dirty. last_render: Option,