diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 07:01:44 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 13:49:45 -0300 |
commit | 1fc7d6a0c514257cee9fb204cb83564b17354c11 (patch) | |
tree | c084cde4dbad56ce29ab07a3ffd247aea86cfbf9 /src/main.c | |
parent | 08059114349d689d2a45bbeb983fe78217ba5f1c (diff) | |
download | rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.gz rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.bz2 rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.zip |
Fix/add more files with to clint-files.txt
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 9f751416f2..38967eed35 100644 --- a/src/main.c +++ b/src/main.c @@ -1516,7 +1516,6 @@ static void init_startuptime(mparm_T *paramp) */ static void allocate_generic_buffers(void) { - IObuff = alloc(IOSIZE); NameBuff = alloc(MAXPATHL); TIME_MSG("Allocated generic buffers"); } |