mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-13 14:55:34 +02:00
Remove unused code
This commit is contained in:
@@ -82,7 +82,6 @@ int main (int argc, char *argv[])
|
||||
|
||||
uint64_t start_block = start_pulse_id / BUFFER_BLOCK_SIZE;
|
||||
uint64_t stop_block = stop_pulse_id / BUFFER_BLOCK_SIZE;
|
||||
auto n_blocks = stop_block - start_block + 1;
|
||||
|
||||
ImageAssembler image_assembler(n_modules);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user