From 80481f0022d5717a16286abf7d1ba32af1533794 Mon Sep 17 00:00:00 2001 From: Mrs4s <1844812067@qq.com> Date: Fri, 21 Aug 2020 19:18:22 +0800 Subject: [PATCH] fix build. --- client/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/client.go b/client/client.go index 0b165aa4..6972fdff 100644 --- a/client/client.go +++ b/client/client.go @@ -12,7 +12,6 @@ import ( "math" "math/rand" "net" - "strings" "sync" "sync/atomic" "time" @@ -172,7 +171,6 @@ func (c *QQClient) Login() (*LoginResponse, error) { c.lastLostMsg = "" c.registerClient() c.startHeartbeat() - _, _ = c.sendAndWait(c.buildGetMessageRequestPacket(msg.SyncFlag_START, time.Now().Unix())) } return &l, nil }