emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 24886a2cc48: Remove get_boot_time from msdos.c


From: Po Lu
Subject: master 24886a2cc48: Remove get_boot_time from msdos.c
Date: Tue, 15 Aug 2023 23:12:59 -0400 (EDT)

branch: master
commit 24886a2cc4814612ede558d82858a001ba6e8308
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]