From: Po Lu Date: Wed, 16 Aug 2023 03:12:44 +0000 (+0800) Subject: Remove get_boot_time from msdos.c X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24886a2cc4814612ede558d82858a001ba6e8308;p=emacs.git 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. --- 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) {