]> granicus.if.org Git - vim/commitdiff
patch 9.0.1101: unused global variable v9.0.1101
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Dec 2022 14:37:44 +0000 (14:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Dec 2022 14:37:44 +0000 (14:37 +0000)
Problem:    Unused global variable.
Solution:   Remove the variable. (closes #11752)

src/globals.h
src/main.c
src/version.c

index 1090f3589560b2ded360ad07c3ff76b9c91b3e88..fd5a0cb020eecf187c4424b8fca1ec99451f0904 100644 (file)
@@ -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
index 41a509d63a4946ae4dc0da6a451f1d74f713cde6..0299c61a7954f090ccf6590b37653a62073e507a 100644 (file)
@@ -158,7 +158,6 @@ main
 # endif
     }
 #endif
-    starttime = time(NULL);
 
 #ifdef CLEAN_RUNTIMEPATH
     // Need to find "--clean" before actually parsing arguments.
index e8ea9f54f42996528cd1fdc5237b3d6e4fd6d76f..d379aa9988681fff4a27830597a3330b620066af 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1101,
 /**/
     1100,
 /**/