aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 66b8fd2ceac..0ad130353f3 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -59,12 +59,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
59#include <utmp.h> 59#include <utmp.h>
60#endif 60#endif
61 61
62/* A file whose last-modified time is just after the most recent boot.
63 Define this to be NULL to disable checking for this file. */
64#ifndef BOOT_TIME_FILE
65#define BOOT_TIME_FILE "/var/run/random-seed"
66#endif
67
68/* Boot time is not available on Android. */ 62/* Boot time is not available on Android. */
69 63
70#if defined HAVE_ANDROID && !defined ANDROID_STUBIFY 64#if defined HAVE_ANDROID && !defined ANDROID_STUBIFY