Skip to content

Commit a7ded27

Browse files
committed
fix err msg
1 parent e9fefec commit a7ded27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/ylt/coro_rpc/impl/coro_rpc_client.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,6 @@ class coro_rpc_client {
11581158
}
11591159
}
11601160
else {
1161-
auto i = build_failed_rpc_result<rpc_return_t>(std::move(result));
11621161
co_return build_failed_rpc_result<rpc_return_t>(std::move(result));
11631162
}
11641163
}

0 commit comments

Comments
 (0)