1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

remove unused stop get message func

This commit is contained in:
Ju4tCode 2021-04-29 14:51:03 +08:00 committed by GitHub
parent 212c89a266
commit 44944e9d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -781,11 +781,6 @@ func (c *QQClient) buildGetMessageRequestPacket(flag msg.SyncFlag, msgTime int64
return seq, packet
}
func (c *QQClient) buildStopGetMessagePacket(msgTime int64) []byte {
_, pkt := c.buildGetMessageRequestPacket(msg.SyncFlag_STOP, msgTime)
return pkt
}
// MessageSvc.PbDeleteMsg
func (c *QQClient) buildDeleteMessageRequestPacket(msg []*pb.MessageItem) (uint16, []byte) {
seq := c.nextSeq()