From 62dd980fededd6f8132690b5aae83fa21b1d6a77 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 5 Jan 2021 15:13:18 +0100 Subject: Remove unused structure member --- libcrystfel/src/reflist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c index e61f1de0..6435e056 100644 --- a/libcrystfel/src/reflist.c +++ b/libcrystfel/src/reflist.c @@ -115,7 +115,6 @@ struct _reflection { struct _reflist { struct _reflection *head; - struct _reflection *tail; char *notes; }; -- cgit v1.2.3