llvmpipe: drop unused function

Fixes a clang warning about unused static inlined functions.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18800>
This commit is contained in:
Thomas H.P. Andersen
2022-01-08 18:36:20 +01:00
committed by Marge Bot
parent 1cbfc80f0f
commit 486381c489
@@ -50,13 +50,6 @@ subpixel_snap(float a)
}
static inline float
fixed_to_float(int a)
{
return a * (1.0f / FIXED_ONE);
}
/**
* Alloc space for a new rectangle plus the input.a0/dadx/dady arrays
* immediately after it.