]> zoso.dev Git - nano-pow.git/commitdiff
Delete unused o0 and o1 scalar variables.
authorChris Duncan <chris@zoso.dev>
Tue, 14 Jan 2025 21:21:13 +0000 (13:21 -0800)
committerChris Duncan <chris@zoso.dev>
Tue, 14 Jan 2025 21:21:13 +0000 (13:21 -0800)
src/shaders/compute.wgsl

index 3ba47273617ee037b3e2e4dc41791e21db7f2b19..c7ef2fbe1af072130eb0b49cae02f66324a91059 100644 (file)
@@ -102,8 +102,6 @@ fn main(@builtin(global_invocation_id) id: vec3<u32>) {
        * 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<u32>;
 
        /****************************************************************************