summaryrefslogtreecommitdiff
path: root/test/fixtures/mock_file_source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/mock_file_source.cpp')
-rw-r--r--test/fixtures/mock_file_source.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fixtures/mock_file_source.cpp b/test/fixtures/mock_file_source.cpp
index 22c906c173..791e5d314a 100644
--- a/test/fixtures/mock_file_source.cpp
+++ b/test/fixtures/mock_file_source.cpp
@@ -18,7 +18,6 @@ public:
MockFileSource::MockFileSource(Type type_, const std::string& match_)
: type(type_), match(match_) {
- timer.unref();
timer.start(std::chrono::milliseconds(10), std::chrono::milliseconds(10), [this] {
// Explicit move to avoid iterator invalidation if ~MockFileRequest gets called within the loop.
auto pending_ = std::move(pending);