comparison src/globals.h @ 31537:91924f1b59af v9.0.1101

patch 9.0.1101: unused global variable Commit: https://github.com/vim/vim/commit/b536540ab3c13db629432c411e92c05c4a3808ba Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 26 14:37:44 2022 +0000 patch 9.0.1101: unused global variable Problem: Unused global variable. Solution: Remove the variable. (closes https://github.com/vim/vim/issues/11752)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Dec 2022 15:45:03 +0100
parents d9263e7a0570
children 2f1af1b2f82d
comparison
equal deleted inserted replaced
31536:9de9b581f328 31537:91924f1b59af
1903 */ 1903 */
1904 #ifdef USE_XSMP 1904 #ifdef USE_XSMP
1905 EXTERN int xsmp_icefd INIT(= -1); // The actual connection 1905 EXTERN int xsmp_icefd INIT(= -1); // The actual connection
1906 #endif 1906 #endif
1907 1907
1908 // For undo we need to know the lowest time possible.
1909 EXTERN time_T starttime;
1910
1911 #ifdef STARTUPTIME 1908 #ifdef STARTUPTIME
1912 EXTERN FILE *time_fd INIT(= NULL); // where to write startup timing 1909 EXTERN FILE *time_fd INIT(= NULL); // where to write startup timing
1913 #endif 1910 #endif
1914 1911
1915 /* 1912 /*