unused capture removed

This commit is contained in:
Gulliver
2025-09-21 20:50:44 +02:00
parent 3bd736450f
commit 110b6e3e66

View File

@@ -315,7 +315,7 @@ namespace crow // NOTE: Already documented in "crow/app.h"
acceptor_.raw_acceptor().async_accept(
p->socket(),
[this, p, &ic, context_idx](error_code ec) {
[this, p, &ic](error_code ec) {
if (!ec)
{
asio::post(ic,