Module: wine Branch: master Commit: ef9debff6052cf502e290fe128c0c10f98551c6a URL: https://gitlab.winehq.org/wine/wine/-/commit/ef9debff6052cf502e290fe128c0c10...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 29 20:36:15 2023 +0100
wineboot: Remove a noisy FIXME.
---
programs/wineboot/wineboot.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index 58fa6939a9a..d996aa83f95 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -350,7 +350,6 @@ static void initialize_xstate_features(struct _KUSER_SHARED_DATA *data)
static UINT64 read_tsc_frequency(void) { - FIXME( "TSC frequency calibration not implemented\n" ); return 0; }