aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-05-12 07:28:23 +0200
committerJurica Bradaric <jbradaric@gmail.com>2016-05-17 20:54:42 +0200
commit2a0f726b1848f795e5d120a5eb7b20f91a5f39e1 (patch)
tree58314ae4fede24312b08fddc3572c4d16c8a08c9
parent5fdb6043d71bb097cd8b3579dee2f85eab31dc40 (diff)
downloadrneovim-2a0f726b1848f795e5d120a5eb7b20f91a5f39e1.tar.gz
rneovim-2a0f726b1848f795e5d120a5eb7b20f91a5f39e1.tar.bz2
rneovim-2a0f726b1848f795e5d120a5eb7b20f91a5f39e1.zip
Remove unnecessary forward function declarations.
-rw-r--r--src/nvim/ex_cmds2.c5
1 files changed, 0 insertions, 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.