diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/reflist.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |