Removed redundant "base::EnterFromEventLoop".

This commit is contained in:
John Preston 2021-09-01 19:08:56 +03:00
parent 81ed3acfa1
commit a064e836f2
1 changed files with 0 additions and 8 deletions

View File

@ -617,11 +617,3 @@ rpl::producer<> on_main_update_requests() {
}
} // namespace crl
namespace base {
void EnterFromEventLoop(FnMut<void()> &&method) {
Core::Sandbox::Instance().customEnterFromEventLoop(std::move(method));
}
} // namespace base