]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove get_boot_time from msdos.c
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Aug 2023 03:12:44 +0000 (11:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Aug 2023 03:12:44 +0000 (11:12 +0800)
* 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

index 20af5353e70eee98d0ce0fcd233fb0f40ab241e5..1b7f2d4ae21d74ca0440a22ccc8cd64840ea2ed4 100644 (file)
@@ -4286,12 +4286,6 @@ init_gettimeofday (void)
 }
 #endif
 
-int
-get_boot_time (struct timespec *p_boot_time)
-{
-  return -1;
-}
-
 static void
 msdos_abort (void)
 {