From f5ed8adfcd18f90c4e6f55d79abf357fddc166fd Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Fri, 15 May 2020 10:40:38 +0200 Subject: [PATCH] Remove unused variable --- core-buffer/include/buffer_config.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/core-buffer/include/buffer_config.hpp b/core-buffer/include/buffer_config.hpp index d10b630..e15696c 100644 --- a/core-buffer/include/buffer_config.hpp +++ b/core-buffer/include/buffer_config.hpp @@ -69,9 +69,6 @@ namespace core_buffer { // Size of buffer between the receiving and writing part of sf_writer const int WRITER_FASTQUEUE_SLOTS = 5; - // How many frames to buffer before flushing to file. - const int WRITER_N_FRAMES_BUFFER = 50; - // Number of pulses between each statistics print out. const size_t STATS_MODULO = 100;