Skip to content

Commit

Permalink
Remove unused variable (KhronosGroup#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev authored Aug 11, 2021
1 parent a4a4eb8 commit 9722b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/tests/conformance/textures/misc/png-image-types.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
wtu.setupTexturedQuad(gl);
gl.bindTexture(gl.TEXTURE_2D, gl.createTexture());

let completed = 0;
(async () => {
for (const [type, testCase] of Object.entries(testData)) {
if (testCase.src.length != 2) throw new Error('testCase.src.length != 2');
Expand Down

0 comments on commit 9722b26

Please sign in to comment.