summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-26 14:37:44 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-26 14:37:44 +0000
commitb536540ab3c13db629432c411e92c05c4a3808ba (patch)
treeee9fd0ed572ed62e03e2794f9eeba94c4cbc13ce /src/globals.h
parentd0883faac6a74f777c9a6be9d035c59ee1c969c5 (diff)
patch 9.0.1101: unused global variablev9.0.1101
Problem: Unused global variable. Solution: Remove the variable. (closes #11752)
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.h b/src/globals.h
index 1090f35895..fd5a0cb020 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1905,9 +1905,6 @@ EXTERN char need_key_msg[] INIT(= N_("Need encryption key for \"%s\""));
EXTERN int xsmp_icefd INIT(= -1); // The actual connection
#endif
-// For undo we need to know the lowest time possible.
-EXTERN time_T starttime;
-
#ifdef STARTUPTIME
EXTERN FILE *time_fd INIT(= NULL); // where to write startup timing
#endif