From: Chris Duncan Date: Tue, 14 Jan 2025 21:21:13 +0000 (-0800) Subject: Delete unused o0 and o1 scalar variables. X-Git-Tag: v2.0.0~87 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=8cd2dfb3ce67cbde6df9ca3b57d90c2224d3fafa;p=nano-pow.git Delete unused o0 and o1 scalar variables. --- diff --git a/src/shaders/compute.wgsl b/src/shaders/compute.wgsl index 3ba4727..c7ef2fb 100644 --- a/src/shaders/compute.wgsl +++ b/src/shaders/compute.wgsl @@ -102,8 +102,6 @@ fn main(@builtin(global_invocation_id) id: vec3) { * sigma i index, and each v index, is doubled due to using two u32 array * elements to represent one uint64_t. */ - var o0: u32; - var o1: u32; var xor: vec2; /****************************************************************************