summaryrefslogtreecommitdiffstats
path: root/src/main.c
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/main.c
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/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 41a509d63a..0299c61a79 100644
--- a/src/main.c
+++ b/src/main.c
@@ -158,7 +158,6 @@ main
# endif
}
#endif
- starttime = time(NULL);
#ifdef CLEAN_RUNTIMEPATH
// Need to find "--clean" before actually parsing arguments.