aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/flatrpc/helpers.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-15 15:17:14 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-15 15:52:16 +0000
commitef5d53ed7e3c7d30481a88301f680e37a5cc4775 (patch)
treef59c6814c4ca8f496d50db4329b4893e1b5f403d /pkg/flatrpc/helpers.go
parent8b31dcc161891eb3cdab277e5266ac13b9b2d5dc (diff)
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.
Diffstat (limited to 'pkg/flatrpc/helpers.go')
-rw-r--r--pkg/flatrpc/helpers.go1
1 files changed, 0 insertions, 1 deletions
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