From cbeab96f87b91ed4b096216c397552b7f6d270f9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 11 Sep 2016 15:08:56 +0200 Subject: patch 7.4.2363 Problem: Superfluous function prototypes. Solution: Remove them. --- src/regexp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/regexp.c') 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) { -- cgit v1.2.1