aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYaroslav Gevorkov <yaroslav.gevorkov@desy.de>2018-05-24 15:48:26 +0200
committerThomas White <taw@physics.org>2018-05-25 17:32:20 +0200
commit7a95b1b621268329f2b1ffe1076c03a71f3956b7 (patch)
treedda7ddc8d47d31b54adbaec73bd1ceb2442e65dd /src
parent21e6b3e38e9df7e0fa3cf647a8eb8041ea019199 (diff)
Delete obsolete include and variable
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index cab727a5..9e265191 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -49,7 +49,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <float.h>
#include "utils.h"
#include "hdf5-file.h"
@@ -223,7 +222,6 @@ static void add_geom_beam_stuff_to_field_list(struct imagefile_field_list *copym
int main(int argc, char *argv[])
{
int c;
- unsigned int tmp_enum;
char *filename = NULL;
char *outfile = NULL;
FILE *fh;