mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-25 08:20:44 +02:00
Remove useless variable
This commit is contained in:
@@ -34,8 +34,6 @@ int main (int argc, char *argv[]) {
|
||||
UdpRecvModule udp_module(ring_buffer);
|
||||
udp_module.start_recv(udp_port, JUNGFRAU_DATA_BYTES_PER_FRAME);
|
||||
|
||||
string current_file("");
|
||||
|
||||
uint64_t n_stat_out(0);
|
||||
uint64_t n_frames_with_missing_packets = 0;
|
||||
uint64_t n_missed_frames = 0;
|
||||
|
||||
Reference in New Issue
Block a user