X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=blobdiff_plain;f=dss.c;h=217f22e36f8d1b36f65874a9336635946376cdb5;hb=c14a503ccdb73f7a15e4c55103029f1c25709f10;hp=c2aef361287fef0d9a2aafcf787a96ae24f9d37f;hpb=56f81b0dfa62bb5bf2c338733d9370a8b11bfc39;p=dss.git 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;