From 46b5b16e5385254857f0df4751d2b89958490abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 16 Dec 2024 13:26:19 +0100 Subject: [PATCH] Remove unused type libpf.TraceAndCounts --- 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