summaryrefslogtreecommitdiff
path: root/internal/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'internal/protocol')
-rw-r--r--internal/protocol/protocol.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/protocol/protocol.go b/internal/protocol/protocol.go
index 8c9e861..d29706c 100644
--- a/internal/protocol/protocol.go
+++ b/internal/protocol/protocol.go
@@ -13,7 +13,6 @@ const (
AggregateKVDelimiter string = "≔"
// AggregateDelimiter delimits parts of an aggregation message.
AggregateDelimiter string = "∥"
- // AggregateDelimiter string = "⦀"
// AggregateGroupKeyCombinator combines the group set keys.
AggregateGroupKeyCombinator string = ","
)