diff options
author | Thomas White <taw@physics.org> | 2021-01-05 15:13:18 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-01-05 15:13:34 +0100 |
commit | 62dd980fededd6f8132690b5aae83fa21b1d6a77 (patch) | |
tree | 2b1f01538297fd011eb977096bcb8289496a49c3 /libcrystfel | |
parent | 393cb529d1e799bfba852682d3c1b61712331dba (diff) |
Remove unused structure member
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; }; |