From 2a0f726b1848f795e5d120a5eb7b20f91a5f39e1 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Thu, 12 May 2016 07:28:23 +0200 Subject: [PATCH] Remove unnecessary forward function declarations. --- src/nvim/ex_cmds2.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index c323b7fb92..583b15a329 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -116,11 +116,6 @@ struct source_cookie { static int debug_greedy = FALSE; /* batch mode debugging: don't save and restore typeahead. */ -static int get_maxbacktrace_level(void); -static void do_setdebugtracelevel(char_u *arg); -static void do_checkbacktracelevel(void); -static void do_showbacktrace(char_u *cmd); - /* * do_debug(): Debug mode. * Repeatedly get Ex commands, until told to continue normal execution.