Skip to content

Commit 0aeb616

Browse files
remove unused variable
1 parent f181eb8 commit 0aeb616

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_tamer_cpp/include/data_tamer/sinks/mcap_sink.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class MCAPSink : public DataSinkBase
6969
std::chrono::system_clock::time_point start_time_;
7070

7171
bool forced_stop_recording_ = false;
72-
bool unlimited_recording_ = false;
7372
std::recursive_mutex mutex_;
7473

7574
void openFile(std::string const& filepath);

0 commit comments

Comments
 (0)