Removed useless variable.

This commit is contained in:
vinivendra 2016-02-20 18:42:04 -05:00
parent a9b95fb99a
commit 27c0833ef4
2 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ kernel void
float3 colorSum = float3(0, 0, 0);
float colorAccumulation = 0;
float3 colorSumLink = float3(0, 0, 0);
float greatestLinkWeight = 0.0;
char x, y;