From c14a503ccdb73f7a15e4c55103029f1c25709f10 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@tuebingen.mpg.de>
Date: Thu, 7 Feb 2019 21:41:22 +0100
Subject: [PATCH] Remove stale comment.

This comment went stale ten years ago in commit 360bcc95d588 (Clean
up snapshot removal logic) which changed the type of the return value
of find_redundant_snapshot() from int to struct snapshot *.
---
 dss.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dss.c b/dss.c
index c2aef36..217f22e 100644
--- a/dss.c
+++ b/dss.c
@@ -574,9 +574,6 @@ static int is_reference_snapshot(struct snapshot *s)
 	return strcmp(s->name, name_of_reference_snapshot)? 0 : 1;
 }
 
-/*
- * return: 0: no redundant snapshots, 1: rm process started, negative: error
- */
 static struct snapshot *find_redundant_snapshot(struct snapshot_list *sl)
 {
 	int i, interval;
-- 
2.39.5