Skip to content

Commit

Permalink
subscription: remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Jan 11, 2025
1 parent 86e7bdc commit a0fb6e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const (
DefaultSubscriptionPriority = 0
)

const terminatedSubscriptionID uint32 = 0xC0CAC01B

type Subscription struct {
SubscriptionID uint32
RevisedPublishingInterval time.Duration
Expand Down

0 comments on commit a0fb6e8

Please sign in to comment.