aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-11-13 17:44:53 +0100
committerThomas White <taw@physics.org>2014-11-13 17:44:53 +0100
commit4d885d3485cd16e838a397f8a2483fcc331c8c87 (patch)
tree056cb7fae1a18d8755482d1fefcc6183ff51aa97 /libcrystfel
parentd6be10b04373a4c16615579fbf4457cd62cebf26 (diff)
Remove unused variables
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/stream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 9773173a..ec4ccfde 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -261,8 +261,6 @@ static RefList *read_stream_reflections_2_3(FILE *fh, struct detector *det)
if ( r == 10 ) {
- double ph;
- char *v;
struct panel *p;
refl = add_refl(out, h, k, l);