Alexey Kim 1 жил өмнө
parent
commit
a8c098980e
1 өөрчлөгдсөн 0 нэмэгдсэн , 4 устгасан
  1. 0 4
      message.go

+ 0 - 4
message.go

@@ -37,10 +37,6 @@ func (m *Message) HasFlag(x uint32) bool {
 	return m.bitmap().Contains(x)
 }
 
-func (m *Message) FlagBytes() []byte {
-	return m.bitmap().ToBytes()
-}
-
 func (m *Message) SetBitmap(flags bitmap.Bitmap) {
 	m.Flags = flags.ToBytes()
 }