summaryrefslogtreecommitdiff
path: root/internal/event/event.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/event/event.go')
-rw-r--r--internal/event/event.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/event/event.go b/internal/event/event.go
index 9118f65..680ee62 100644
--- a/internal/event/event.go
+++ b/internal/event/event.go
@@ -13,7 +13,6 @@ var poolOfEventPairs = sync.Pool{
New: func() interface{} { return &Pair{} },
}
-// TODO: A way to get the open flags? Trace them as well? sync vs non-sync?
type Event interface {
String() string
GetTraceId() TraceId