From a32420fa8227e936f6f0f346ea783fd2d63795c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 17 Dec 2024 07:48:51 +0100 Subject: [PATCH] Remove unused type libpf.TraceAndCounts (#283) --- libpf/libpf.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libpf/libpf.go b/libpf/libpf.go index 64e51d13..ac6a9f3f 100644 --- a/libpf/libpf.go +++ b/libpf/libpf.go @@ -37,16 +37,6 @@ type UnixTime64 uint64 // a native file. type AddressOrLineno uint64 -type TraceAndCounts struct { - Hash TraceHash - Timestamp UnixTime64 - Count uint16 - Comm string - PodName string - ContainerName string - APMServiceName string -} - type FrameMetadata struct { FileID FileID AddressOrLine AddressOrLineno