aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/marker/marker.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/marker/marker.go b/lib/marker/marker.go
index 1b89fc80..46400f1a 100644
--- a/lib/marker/marker.go
+++ b/lib/marker/marker.go
@@ -1,7 +1,5 @@
package marker
-// TODO: fix headers for message that are nil
-
// Marker provides the interface for the marking behavior of messages
type Marker interface {
Mark(uint32)