We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f181eb8 commit 0aeb616Copy full SHA for 0aeb616
data_tamer_cpp/include/data_tamer/sinks/mcap_sink.hpp
@@ -69,7 +69,6 @@ class MCAPSink : public DataSinkBase
69
std::chrono::system_clock::time_point start_time_;
70
71
bool forced_stop_recording_ = false;
72
- bool unlimited_recording_ = false;
73
std::recursive_mutex mutex_;
74
75
void openFile(std::string const& filepath);
0 commit comments