Skip to content

Commit 8af99ae

Browse files
MozoLM Developerscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 791130839
1 parent 0a0dd04 commit 8af99ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mozolm/grpc/server_async_impl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ absl::Status ServerAsyncImpl::BuildAndStart(
240240
// TODO: Complete.
241241
if (async_pool_size > 0) {
242242
async_pool_ = std::make_unique<nisaba::ThreadPool>(async_pool_size);
243-
async_pool_->StartWorkers();
244243
} else {
245244
async_pool_ = nullptr;
246245
}

0 commit comments

Comments
 (0)