diff options
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 583e3384de..63b9436da7 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -426,8 +426,6 @@ typedef void *vim_acl_T; /* dummy to pass an ACL to a function */ * plus six following composing characters of three bytes each. */ # define MB_MAXBYTES 21 -typedef struct timeval proftime_T; - |