mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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:
parent
05b66efb43
commit
46515292a3
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue