summaryrefslogtreecommitdiff
path: root/src/regexp.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-11 15:08:56 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-11 15:08:56 +0200
commitcbeab96f87b91ed4b096216c397552b7f6d270f9 (patch)
treebc597525b1df01eac04d02dbbac2ed61208ff8fb /src/regexp.c
parent7e1479b86c590a66b63a274c079b7f18907d45a4 (diff)
downloadvim-git-cbeab96f87b91ed4b096216c397552b7f6d270f9.tar.gz
patch 7.4.2363v7.4.2363
Problem: Superfluous function prototypes. Solution: Remove them.
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regexp.c b/src/regexp.c
index 96cfb4060..0884912bf 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -255,9 +255,6 @@
#define un_Magic(x) ((x) + 256)
#define is_Magic(x) ((x) < 0)
-static int no_Magic(int x);
-static int toggle_Magic(int x);
-
static int
no_Magic(int x)
{