tests: remove unused variables

This commit is contained in:
Recep Aslantas
2020-02-22 00:48:41 +03:00
parent 5995269195
commit 3fca734c30
2 changed files with 2 additions and 12 deletions

View File

@@ -967,7 +967,7 @@ TEST_IMPL(GLM_PREFIX, quat_rotate_at) {
}
TEST_IMPL(GLM_PREFIX, quat_rotate_atm) {
mat4 m1 = GLM_MAT4_IDENTITY_INIT, m2;
mat4 m1 = GLM_MAT4_IDENTITY_INIT;
versor q1;
vec4 v1 = {1.0f, 0.0f, 0.0f, 1.0f};