mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
startuptime: always enable startuptime
Removes the STARTUPTIME define.
This commit is contained in:

committed by
Justin M. Keyes

parent
ab1eec10a1
commit
fb15cbbaea
@@ -6,13 +6,9 @@
|
||||
|
||||
typedef uint64_t proftime_T;
|
||||
|
||||
#ifdef STARTUPTIME
|
||||
#define TIME_MSG(s) do { \
|
||||
if (time_fd != NULL) time_msg(s, NULL); \
|
||||
} while (0)
|
||||
#else
|
||||
#define TIME_MSG(s)
|
||||
#endif
|
||||
if (time_fd != NULL) time_msg(s, NULL); \
|
||||
} while (0)
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "profile.h.generated.h"
|
||||
|
Reference in New Issue
Block a user