From 24886a2cc4814612ede558d82858a001ba6e8308 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 16 Aug 2023 11:12:44 +0800 Subject: [PATCH] Remove get_boot_time from msdos.c * src/msdos.c (get_boot_time): That all of the actual locking in filelock.c is under #ifndef MSDOS escaped my notice. Remove this unused function. --- src/msdos.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/msdos.c b/src/msdos.c index 20af5353e70..1b7f2d4ae21 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -4286,12 +4286,6 @@ init_gettimeofday (void) } #endif -int -get_boot_time (struct timespec *p_boot_time) -{ - return -1; -} - static void msdos_abort (void) { -- 2.39.2