From 6dff58f15cede9139b2fcfc64c9064326ea3d3b0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 Sep 2018 21:43:26 +0200 Subject: patch 8.1.0443: unnecessary static function prototypes Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes. --- src/digraph.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/digraph.c') diff --git a/src/digraph.c b/src/digraph.c index 6909c5b9c7..e707b058d5 100644 --- a/src/digraph.c +++ b/src/digraph.c @@ -28,7 +28,6 @@ typedef struct digraph result_T result; } digr_T; -static int getexactdigraph(int, int, int); static void printdigraph(digr_T *); /* digraphs added by the user */ -- cgit v1.2.3