From c4653d0f3496d0b8b21da774c1f8312c20e3f25f Mon Sep 17 00:00:00 2001 From: Daniel Richard G Date: Fri, 10 Aug 2012 14:10:55 +0200 Subject: [PATCH] Mark find_oldest_removable_snapshot() as static. It is not used outside the source file in which it is defined. --- dss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dss.c b/dss.c index 745729f..c9bdeb9 100644 --- a/dss.c +++ b/dss.c @@ -511,7 +511,7 @@ static struct snapshot *find_outdated_snapshot(struct snapshot_list *sl) return NULL; } -struct snapshot *find_oldest_removable_snapshot(struct snapshot_list *sl) +static struct snapshot *find_oldest_removable_snapshot(struct snapshot_list *sl) { int i; struct snapshot *s; -- 2.39.2