Skip to content

Commit 045f86f

Browse files
Transurgeonclaude
andcommitted
Remove unused ux and uy variables from vstack forward test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a6a4b1 commit 045f86f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/forward_pass/affine/test_vstack.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ const char *test_vstack_forward_matrix(void)
5656
* [log(1), log(2), exp(7), log(3), log(4), exp(8),
5757
* log(5), log(6), exp(9)]
5858
*/
59-
double ux[6] = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0};
60-
double uy[3] = {7.0, 8.0, 9.0};
6159
double u[9] = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0};
62-
(void) ux;
63-
(void) uy;
6460

6561
expr *x = new_variable(2, 3, 0, 9);
6662
expr *y = new_variable(1, 3, 6, 9);

0 commit comments

Comments
 (0)