diff options
author | Thomas White <taw@physics.org> | 2019-09-23 10:29:32 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-23 10:29:32 +0200 |
commit | 7fcddbf213e2674871ef078a3b228a32fd9f488f (patch) | |
tree | 5672804bd84c4192f0885f594d5588c20a7d008a /src/process_image.h | |
parent | 2e4524a4b4c2848f1f791f56b6728492687f5592 (diff) |
indexamajig: Move 'profile' flag out of iargs
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index c32df634..1b899619 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -110,7 +110,6 @@ struct index_args float fix_bandwidth; float fix_divergence; int overpredict; - int profile; /* Whether or not to do wall clock profiling */ Spectrum *spectrum; signed int wait_for_file; /* -1 means wait forever */ int no_image_data; |