projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dacf5b
)
Remove get_boot_time from msdos.c
author
Po Lu
<luangruo@yahoo.com>
Wed, 16 Aug 2023 03:12:44 +0000
(11:12 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/msdos.c
b/src/msdos.c
index 20af5353e70eee98d0ce0fcd233fb0f40ab241e5..1b7f2d4ae21d74ca0440a22ccc8cd64840ea2ed4 100644
(file)
--- 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)
{