From 935e17d3d63b2c66d6ed75a6c35b5a1f5a824a65 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Thu, 8 Feb 2024 15:48:35 +0100 Subject: [PATCH] doc: thumbnailer: remove _POSIX_CLOCK_SELECTION Since e56d9673346fc5ae325bfdc7b665817e655eadf5, there is no clock_gettime() call amd there is no need for this POSIX feature to be enabled. Refs #28519 --- doc/libvlc/thumbnailer.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/libvlc/thumbnailer.c b/doc/libvlc/thumbnailer.c index 9fc7a04d70..194d38b7f7 100644 --- a/doc/libvlc/thumbnailer.c +++ b/doc/libvlc/thumbnailer.c @@ -28,13 +28,6 @@ #include #include #include - -#if !defined (_POSIX_CLOCK_SELECTION) -# define _POSIX_CLOCK_SELECTION (-1) -#endif - -static_assert (_POSIX_CLOCK_SELECTION >= 0, "Clock selection unavailable!"); - #include /* position at which the snapshot is taken */