From ef5d53ed7e3c7d30481a88301f680e37a5cc4775 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 15 May 2024 15:17:14 +0200 Subject: pkg/flatrpc: move wait stats into start executing message It will be much simpler to return wait time in start executing message. Then we don't need a separate message and don't need the count. --- pkg/flatrpc/helpers.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/flatrpc/helpers.go') diff --git a/pkg/flatrpc/helpers.go b/pkg/flatrpc/helpers.go index f5e5dee8f..92e583400 100644 --- a/pkg/flatrpc/helpers.go +++ b/pkg/flatrpc/helpers.go @@ -22,7 +22,6 @@ type ExecutorMessage = ExecutorMessageRawT type ExecRequest = ExecRequestRawT type SignalUpdate = SignalUpdateRawT type ExecutingMessage = ExecutingMessageRawT -type StatsMessage = StatsMessageRawT type CallInfo = CallInfoRawT type Comparison = ComparisonRawT type ProgInfo = ProgInfoRawT -- cgit mrf-deployment