Remove unused code

This commit is contained in:
2020-06-02 12:58:38 +02:00
parent a01eae4042
commit 3c428bae5c
-1
View File
@@ -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);