diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-18 11:02:27 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-20 16:59:57 -0400 |
commit | fb15cbbaea4ae2b8c75ffa308997f18479135a4f (patch) | |
tree | 42ac2baeee4e2ac71bd7865c398a9a9a46854c2e /src/nvim/globals.h | |
parent | ab1eec10a1906cadeed7f480b0d12505a0fba0ad (diff) | |
download | rneovim-fb15cbbaea4ae2b8c75ffa308997f18479135a4f.tar.gz rneovim-fb15cbbaea4ae2b8c75ffa308997f18479135a4f.tar.bz2 rneovim-fb15cbbaea4ae2b8c75ffa308997f18479135a4f.zip |
startuptime: always enable startuptime
Removes the STARTUPTIME define.
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index b3ed2f7239..f9d5a766c8 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -1207,9 +1207,7 @@ EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP")); /* 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 /* * Some compilers warn for not using a return value, but in some situations we |