Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Nov 19, 2024
1 parent bfaf48c commit 14ede61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion far/filesystemwatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class background_watcher: public singleton<background_watcher>

if (!m_Thread.joinable() || m_Thread.is_signaled())
{
LOGINFO(L"MAKING THREAD"sv);
m_Thread = os::thread(&background_watcher::process, this);
}
}
Expand Down

0 comments on commit 14ede61

Please sign in to comment.