radv: remove unused radv_printflike()

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28568>
This commit is contained in:
Samuel Pitoiset 2024-04-02 17:58:38 +02:00 committed by Marge Bot
parent 05b66efb43
commit 46515292a3

View file

@ -126,12 +126,6 @@ extern "C" {
#define RADV_SUPPORT_CALIBRATED_TIMESTAMPS 1
#endif
#ifdef _WIN32
#define radv_printflike(a, b)
#else
#define radv_printflike(a, b) __attribute__((__format__(__printf__, a, b)))
#endif
/* The "RAW" clocks on Linux are called "FAST" on FreeBSD */
#if !defined(CLOCK_MONOTONIC_RAW) && defined(CLOCK_MONOTONIC_FAST)
#define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_FAST