Skip to content

Commit f0fa652

Browse files
committed
was/MGlue: remove unused field args
1 parent d688a92 commit f0fa652

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/was/MGlue.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class MultiWasRequest final : WasStockRequest
2222
{
2323
MultiWasStock &stock;
2424
const CgiAddress &address;
25-
const std::span<const char *const> args;
2625

2726
public:
2827
MultiWasRequest(struct pool &_pool, MultiWasStock &_stock,
@@ -43,8 +42,7 @@ class MultiWasRequest final : WasStockRequest
4342
_address.params.ToArray(_pool),
4443
_metrics_handler, _handler),
4544
stock(_stock),
46-
address(_address),
47-
args(address.args.ToArray(pool)) {}
45+
address(_address) {}
4846

4947
void Start(CancellablePointer &caller_cancel_ptr) noexcept {
5048
caller_cancel_ptr = *this;

0 commit comments

Comments
 (0)