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:
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.
|
||||
|
||||
Reference in New Issue
Block a user