diff options
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"); } |