mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
[NFC] Remove unused printMe variable (#1674)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
paulfradgley
parent
743cdeb246
commit
9409f2b94b
@@ -2152,14 +2152,6 @@ FloatPixel sample_image_pixel_float_offset(
|
|||||||
lowRight[2], lowRight[3]);
|
lowRight[2], lowRight[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool printMe = false;
|
|
||||||
if (x1 <= 0 || x2 <= 0 || x1 >= (int)width - 1
|
|
||||||
|| x2 >= (int)width - 1)
|
|
||||||
printMe = true;
|
|
||||||
if (y1 <= 0 || y2 <= 0 || y1 >= (int)height - 1
|
|
||||||
|| y2 >= (int)height - 1)
|
|
||||||
printMe = true;
|
|
||||||
|
|
||||||
double weights[2][2];
|
double weights[2][2];
|
||||||
|
|
||||||
weights[0][0] = weights[0][1] = 1.0 - frac(x - 0.5f);
|
weights[0][0] = weights[0][1] = 1.0 - frac(x - 0.5f);
|
||||||
|
|||||||
Reference in New Issue
Block a user